Describe your feature request
There are max_threads and num_threads configuration options, but no min_threads option. This means FrankenPHP can scale down to 0 threads — so before any request can be served, a new thread must first be created.
What's the reasoning behind not having a min_threads option? I'd like to be able to set a minimum — for example, 1 thread — so that FrankenPHP never scales down completely and the first request doesn't lag.
Describe your feature request
There are
max_threadsandnum_threadsconfiguration options, but nomin_threadsoption. This means FrankenPHP can scale down to 0 threads — so before any request can be served, a new thread must first be created.What's the reasoning behind not having a
min_threadsoption? I'd like to be able to set a minimum — for example, 1 thread — so that FrankenPHP never scales down completely and the first request doesn't lag.