Commit 6fc36ed0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 56931f76
......@@ -587,8 +587,8 @@ error _Conn::resync(zodb::Tid at) {
// the pinner is now running and will be able to serve pin requests triggered by our watch.
//
// update only fileh in "opened" state - for fileh in "opening" and
// "closing" states, watch setup is currently in-progress and performed by
// Conn.open and FileH.close correspondingly.
// "closing" states, watch setup/teardown is currently in-progress and
// performed by Conn.open and FileH.close correspondingly.
for (auto fit : wconn._filehTab) {
zodb::Oid foid = fit.first;
FileH f = fit.second;
......
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