From cff65a19f0926acc469bb1b6b7e982785f5cd3be Mon Sep 17 00:00:00 2001 From: Mohsan Riaz Date: Thu, 6 Jun 2024 21:18:31 +0500 Subject: [PATCH] update query timeout do to high nft transfer operations, every query timeout on the nftTransferOperation table. increasing timeout to avoid it --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 1f68f54..d0c6621 100755 --- a/run.sh +++ b/run.sh @@ -31,4 +31,4 @@ sh ./scripts/prepare_folders.sh cd ./networks/$1 npm install -g @subql/query@1.6.0 -subql-query --name subql_ternoa --playground \ No newline at end of file +subql-query --name subql_ternoa --playground --query-timeout 20000