check_memory: touch the hotline file more often, to avoid accidental timeout

This commit is contained in:
Brian Warner 2007-09-20 19:35:31 -07:00
parent 1fe6575385
commit 1c29065f1c
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ this file are ignored.
"suicide_prevention_hotline") "suicide_prevention_hotline")
# now start updating the mtime. # now start updating the mtime.
self.touch_keepalive() self.touch_keepalive()
ts = internet.TimerService(4.0, self.touch_keepalive) ts = internet.TimerService(1.0, self.touch_keepalive)
ts.setServiceParent(self.sparent) ts.setServiceParent(self.sparent)
pp = ClientWatcher() pp = ClientWatcher()