Revert batch time to 30s

This commit is contained in:
Tony Giorgio
2023-02-18 13:24:08 -06:00
parent f4361abcda
commit 3796b51387

View File

@@ -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"