Slightly increase loop delay
This commit is contained in:
parent
b27bf63162
commit
37989135a7
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
initialDelay = 3
|
||||
loopDelay = 6
|
||||
loopDelay = 7
|
||||
keyboardDeviceNode = "/dev/input/by-id/usb-Dell_Dell_USB_Entry_Keyboard-event-kbd"
|
||||
lockfilePath = "/tmp/after-lock.lock"
|
||||
printStackTraces = false
|
||||
|
Loading…
Reference in New Issue
Block a user