Commit 5052b170 authored by Vincent Pelletier's avatar Vincent Pelletier

Generalise comment.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2639 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 38f535a2
...@@ -619,7 +619,7 @@ class Application(object): ...@@ -619,7 +619,7 @@ class Application(object):
def onStoreTimeout(self, conn, msg_id, ttid, oid): def onStoreTimeout(self, conn, msg_id, ttid, oid):
# NOTE: this method is called from poll thread, don't use # NOTE: this method is called from poll thread, don't use
# local_var ! # thread-specific value !
# Stop expecting the timed-out store request. # Stop expecting the timed-out store request.
queue = self.dispatcher.forget(conn, msg_id) queue = self.dispatcher.forget(conn, msg_id)
# Ask the storage if someone locks the object. # Ask the storage if someone locks the object.
......
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