diff --git a/hook-worker/src/config.rs b/hook-worker/src/config.rs index 0c41d0b..32e49f7 100644 --- a/hook-worker/src/config.rs +++ b/hook-worker/src/config.rs @@ -38,7 +38,7 @@ pub struct Config { #[envconfig(default = "true")] pub transactional: bool, - #[envconfig(default = "10")] + #[envconfig(default = "1")] pub dequeue_batch_size: u32, }