mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-11 09:53:12 +00:00
Faster iteration for debug api
This commit is contained in:
parent
95c6bad370
commit
fd8290d09e
@ -371,7 +371,7 @@ proc initRestApi*(node: CodexNodeRef, conf: CodexConf): RestRouter =
|
||||
jarray.add(%*{
|
||||
"cid": $cid
|
||||
})
|
||||
await sleepAsync(50.millis)
|
||||
await sleepAsync(1.millis)
|
||||
|
||||
return RestApiResponse.response($jarray)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user