Commit 0b8cba82 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0f658ee8
...@@ -662,6 +662,9 @@ class ZBigFile(LivePersistent): ...@@ -662,6 +662,9 @@ class ZBigFile(LivePersistent):
# NOTE Bear in mind that after close, connection can be reopened in different # NOTE Bear in mind that after close, connection can be reopened in different
# thread - that's why we have to adjust registration to per-thread # thread - that's why we have to adjust registration to per-thread
# transaction_manager. # transaction_manager.
#
# See also _file_zodb.pyx -> ZSync which maintains and keeps zodb.Connection
# and wcfs.Connection in sync.
@implementer(IDataManager) @implementer(IDataManager)
@implementer(ISynchronizer) @implementer(ISynchronizer)
class _ZBigFileH(object): class _ZBigFileH(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