minor comment-TODO

This commit is contained in:
Denis Bilenko
2008-10-08 22:40:20 +07:00
parent 16c2895f40
commit 5473e4d8c9

View File

@@ -74,7 +74,7 @@ class Hub:
if Hub.state == 1:
reactor.startRunning(installSignalHandlers=installSignalHandlers)
if self.errcount > 10:
if self.errcount > 10: # XXX remove it or make disableable
import os
os._exit(1)
self.errcount += 1