Commit b92f82c8 authored by Kirill Smelkov's avatar Kirill Smelkov

bigfile/zodb: Clarify comments - .beforeCompletion() is called before both commit or abort

parent 070aeaa9
......@@ -276,7 +276,7 @@ class _ZBigFileH(object):
#
# This is needed because we do not track every change to pages (and
# then immediately join txn, like ZODB Connection do for objects), but
# instead join txn here right before commit.
# instead join txn here right before commit/abort.
if not self.zfileh.isdirty():
return
......
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