check_memory: touch the hotline file more often, to avoid accidental timeout
This commit is contained in:
parent
1fe6575385
commit
1c29065f1c
|
@ -255,7 +255,7 @@ this file are ignored.
|
|||
"suicide_prevention_hotline")
|
||||
# now start updating the mtime.
|
||||
self.touch_keepalive()
|
||||
ts = internet.TimerService(4.0, self.touch_keepalive)
|
||||
ts = internet.TimerService(1.0, self.touch_keepalive)
|
||||
ts.setServiceParent(self.sparent)
|
||||
|
||||
pp = ClientWatcher()
|
||||
|
|
Loading…
Reference in New Issue