mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-17 07:16:47 +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