fixes and optimizations

This commit is contained in:
Colombo
2020-01-07 13:45:54 +04:00
parent 842a48964f
commit d3e6b435aa
6 changed files with 72 additions and 58 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class IndexHost():
result.append(shuffle_idxs.pop())
self.cqs[cq_id].put (result)
time.sleep(0.005)
time.sleep(0.001)
def create_cli(self):
cq = multiprocessing.Queue()