Skip to content

Commit 4ad1eda

Browse files
authored
Tweak scaling range
Tweak the scaling range to have smoother scaling and dropping the ten times a second option as it causes too much lagging.
1 parent eb446e8 commit 4ad1eda

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)