mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-27 17:03:11 +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(%*{
|
jarray.add(%*{
|
||||||
"cid": $cid
|
"cid": $cid
|
||||||
})
|
})
|
||||||
await sleepAsync(50.millis)
|
await sleepAsync(1.millis)
|
||||||
|
|
||||||
return RestApiResponse.response($jarray)
|
return RestApiResponse.response($jarray)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user