Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Default batch size 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Feb 6, 2024
1 parent 1a67b3a commit b8411bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook-worker/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Config {
#[envconfig(default = "true")]
pub transactional: bool,

#[envconfig(default = "10")]
#[envconfig(default = "1")]
pub dequeue_batch_size: u32,
}

Expand Down

0 comments on commit b8411bd

Please sign in to comment.