mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 05:53:07 +00:00
increase sleep time to 100 millis
This commit is contained in:
parent
0ee9dca1c9
commit
ec6f3b8058
@ -109,7 +109,7 @@ proc encode*(
|
||||
# TODO: this is a tight blocking loop so we sleep here to allow
|
||||
# other events to be processed, this should be addressed
|
||||
# by threading
|
||||
await sleepAsync(10.millis)
|
||||
await sleepAsync(100.millis)
|
||||
|
||||
for j in 0..<blocks:
|
||||
let idx = blockIdx[j]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user