Slightly increase loop delay
This commit is contained in:
		@@ -13,7 +13,7 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	initialDelay = 3
 | 
						initialDelay = 3
 | 
				
			||||||
	loopDelay = 6
 | 
						loopDelay = 7
 | 
				
			||||||
	keyboardDeviceNode = "/dev/input/by-id/usb-Dell_Dell_USB_Entry_Keyboard-event-kbd"
 | 
						keyboardDeviceNode = "/dev/input/by-id/usb-Dell_Dell_USB_Entry_Keyboard-event-kbd"
 | 
				
			||||||
	lockfilePath = "/tmp/after-lock.lock"
 | 
						lockfilePath = "/tmp/after-lock.lock"
 | 
				
			||||||
	printStackTraces = false
 | 
						printStackTraces = false
 | 
				
			||||||
@@ -73,4 +73,4 @@ func grabExclusiveProcessLock() *lockfile.Lockfile {
 | 
				
			|||||||
		panic(err)
 | 
							panic(err)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return lf
 | 
						return lf
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user