diff --git a/src/EventLoopBridge.php b/src/EventLoopBridge.php index dd82d79..bbc2172 100644 --- a/src/EventLoopBridge.php +++ b/src/EventLoopBridge.php @@ -25,8 +25,10 @@ final class EventLoopBridge { private const DEFAULT_SCALE_RANGE = [ - 0.1, 0.01, + 0.0075, + 0.0050, + 0.0025, 0.001, ];