Commit 66af1ea1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1115e0ff
...@@ -242,7 +242,7 @@ error WCFS::_headWait(zodb::Tid at) { ...@@ -242,7 +242,7 @@ error WCFS::_headWait(zodb::Tid at) {
if (xat >= at) if (xat >= at)
break; break;
time::sleep(1E-6); // XXX -> time::millisecond time::sleep(1*time::millisecond);
} }
return nil; return nil;
......
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