From 7fc48d6b575229f6b18aa307058eba7c98cdd7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:47:17 +0200 Subject: [PATCH] Temporarily decrease log size so we don't parse too many events during the distribution event --- data/config/rpc-limitations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config/rpc-limitations.json b/data/config/rpc-limitations.json index d6de1786..894e5bb1 100644 --- a/data/config/rpc-limitations.json +++ b/data/config/rpc-limitations.json @@ -934,7 +934,7 @@ "restrictToMode": null, "isArchiveNode": true, "minDelayBetweenCalls": 1000, - "maxGetLogsBlockSpan": 5000, + "maxGetLogsBlockSpan": 100, "maxGetLogsAddressBatchSize": 100, "internalTimeoutMs": null, "disableBatching": false,