From 3796b513879010ab93a964d2af2e11baf25a0b06 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Sat, 18 Feb 2023 13:24:08 -0600 Subject: [PATCH] Revert batch time to 30s --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index a040106..9226897 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -18,7 +18,7 @@ WORKERS_RS_VERSION = "0.0.11" [[queues.consumers]] queue = "nostr-events-pub" max_batch_size = 10 # max events until triggered - max_batch_timeout = 60 # max seconds until triggered + max_batch_timeout = 30 # max seconds until triggered [build] command = "cargo install --git https://github.com/CathalMullan/workers-rs worker-build && worker-build --release"