]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
check_memory: touch the hotline file more often, to avoid accidental timeout
authorBrian Warner <warner@allmydata.com>
Fri, 21 Sep 2007 02:35:31 +0000 (19:35 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 21 Sep 2007 02:35:31 +0000 (19:35 -0700)
src/allmydata/test/check_memory.py

index c62cfd84d6801d1c5935bb35e7c6695e305eea49..4da8f82187a2abdc2bd9582d185a33617c69fd76 100644 (file)
@@ -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()