mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
08848e4c5c
Move Files::load() from EVENT_WORKER_START (per-worker) to before the Swoole server starts. This allows forked workers to share the loaded file data via OS copy-on-write instead of each worker allocating its own copy (~22MB per worker). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>