Skip to content

Commit 99ae664

Browse files
committed
msgDelay to 20ms
1 parent dcb176a commit 99ae664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/consts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const msgDelay = 50 // Always leave at least 50 ms open between commands
1+
export const msgDelay = 20 // Always leave at least 20 ms open between commands
22
export const keepAliveValue = '30'
33
export const keepAliveInterval = 10000
44
export const timeOutInterval = 30000

0 commit comments

Comments
 (0)