Commit d08f461f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cb4e4a3f
...@@ -71,12 +71,9 @@ from __future__ import print_function, absolute_import ...@@ -71,12 +71,9 @@ from __future__ import print_function, absolute_import
import sys import sys
from golang import func, defer, panic from golang import func, defer, panic
from golang import time
from ZODB import DB from ZODB import DB
from ZODB.Connection import Connection from ZODB.Connection import Connection
from ZODB.MappingStorage import MappingStorage
import transaction import transaction
import random
import six import six
from wendelin.wcfs.internal import xbtree, xbtree_test from wendelin.wcfs.internal import xbtree, xbtree_test
......
...@@ -138,6 +138,6 @@ func (w *Watcher) watch1(ctx context.Context, name string) (err error) { ...@@ -138,6 +138,6 @@ func (w *Watcher) watch1(ctx context.Context, name string) (err error) {
} }
} }
time.Sleep(1*time.Millisecond) time.Sleep(100*time.Microsecond)
} }
} }
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