Commit 2c2f96c6 authored by Jeremy Hylton's avatar Jeremy Hylton

Enhance comment of _restart() method.

parent b5a4110a
......@@ -381,7 +381,8 @@ class ZEOStorage:
self._log("Blocked transaction restarted.")
def _restart(self, zeo_storage, delay):
# call the restart() method on the appropriate server
# Return True if the server restarted.
# call the restart() method on the appropriate server.
try:
zeo_storage.restart(delay)
except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment