Skip to content

Commit 0da212b

Browse files
committed
increase diff percent for redraw stability
1 parent 2067ffd commit 0da212b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/lib/redraw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const DEFAULT_REDRAW_OPTIONS = {
88
enabled: true, // Master switch to enable/disable redraw detection
99
screenRedraw: true, // Enable screen redraw detection
1010
networkMonitor: true, // Enable network activity monitoring
11-
diffThreshold: 0.01, // Percentage threshold for screen diff (0.01 = 0.01%)
11+
diffThreshold: 0.1, // Percentage threshold for screen diff (0.01 = 0.01%)
1212
};
1313

1414
// Factory function that creates redraw functionality with the provided system instance

0 commit comments

Comments
 (0)