mirror of
https://github.com/aljazceru/blastr.git
synced 2025-12-18 14:34:28 +01:00
Revert batch time to 30s
This commit is contained in:
@@ -18,7 +18,7 @@ WORKERS_RS_VERSION = "0.0.11"
|
|||||||
[[queues.consumers]]
|
[[queues.consumers]]
|
||||||
queue = "nostr-events-pub"
|
queue = "nostr-events-pub"
|
||||||
max_batch_size = 10 # max events until triggered
|
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]
|
[build]
|
||||||
command = "cargo install --git https://github.com/CathalMullan/workers-rs worker-build && worker-build --release"
|
command = "cargo install --git https://github.com/CathalMullan/workers-rs worker-build && worker-build --release"
|
||||||
|
|||||||
Reference in New Issue
Block a user