Skip to content

Commit d50e899

Browse files
authored
Merge pull request #11 from reactphp-parallel/tweak-scaling-range
Tweak scaling range
2 parents eb446e8 + 4ad1eda commit d50e899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/EventLoopBridge.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
final class EventLoopBridge
2626
{
2727
private const DEFAULT_SCALE_RANGE = [
28-
0.1,
2928
0.01,
29+
0.0075,
30+
0.0050,
31+
0.0025,
3032
0.001,
3133
];
3234

0 commit comments

Comments
 (0)