diff --git a/codex/rest/api.nim b/codex/rest/api.nim index eb2e40e8..d13f7399 100644 --- a/codex/rest/api.nim +++ b/codex/rest/api.nim @@ -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)