From bfe6db1edad039e11832d0d7597201ed110fdc79 Mon Sep 17 00:00:00 2001 From: cventastic Date: Fri, 25 Mar 2022 11:41:38 +0100 Subject: [PATCH] put timeout from 30 to 60s --- pokt/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokt/config.json b/pokt/config.json index 2bce6528..e6f09ca1 100644 --- a/pokt/config.json +++ b/pokt/config.json @@ -143,7 +143,7 @@ "user_agent": "", "validator_cache_size": 10000, "application_cache_size": 10000, - "rpc_timeout": 30000, + "rpc_timeout": 60000, "pocket_prometheus_port": "8083", "prometheus_max_open_files": 3, "max_claim_age_for_proof_retry": 32,