monolog icon indicating copy to clipboard operation
monolog copied to clipboard

ProcessHandler: Make timeout of `stream_select()` configurable

Open ericemmrich opened this issue 1 year ago • 0 comments

In our application, any request has always been blocked for 1 second and made it significantly slower. Rather than needing to overwrite almost the entire class with a custom implementation, it would be nice to have this timeout configurable.

ericemmrich avatar Oct 15 '24 23:10 ericemmrich