From: Brian Warner Date: Fri, 21 Sep 2007 02:35:31 +0000 (-0700) Subject: check_memory: touch the hotline file more often, to avoid accidental timeout X-Git-Tag: allmydata-tahoe-0.6.0~33 X-Git-Url: https://git.rkrishnan.org/frontends/webapi.txt?a=commitdiff_plain;h=1c29065f1cf9f8791b14606d46a76776e952e61a;p=tahoe-lafs%2Ftahoe-lafs.git check_memory: touch the hotline file more often, to avoid accidental timeout --- diff --git a/src/allmydata/test/check_memory.py b/src/allmydata/test/check_memory.py index c62cfd84..4da8f821 100644 --- a/src/allmydata/test/check_memory.py +++ b/src/allmydata/test/check_memory.py @@ -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()