Skip to content

Commit

Permalink
Add task_limit field to GEPH5_CONFIG_TEMPLATE in config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Dec 29, 2024
1 parent 59bf543 commit b7f4022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,5 @@ pub static GEPH5_CONFIG_TEMPLATE: LazyLock<Config> = LazyLock::new(|| Config {
dry_run: false,
credentials: geph5_broker_protocol::Credential::TestDummy,
sess_metadata: Default::default(),
task_limit: None,
});

0 comments on commit b7f4022

Please sign in to comment.