Commit aae1301
Re-enable preload_app now that we use gevent instead of eventlet
preload_app was incompatible with eventlet on PyPy but should work
with gevent. Workers share the loaded app via copy-on-write after
fork, reducing per-worker memory usage.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7ff0703 commit aae1301
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments