Skip to content

Commit

Permalink
chore: increase sled init timeout to 6000s (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
avatxus authored Jun 3, 2024
1 parent 9406962 commit f6c09c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enrich/sled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl Bootstrapper {
pipeline.register_stage(spawn_stage(
worker,
gasket::runtime::Policy {
tick_timeout: Some(Duration::from_secs(600)),
tick_timeout: Some(Duration::from_secs(6000)),
..Default::default()
},
Some("enrich-sled"),
Expand Down Expand Up @@ -276,4 +276,4 @@ impl gasket::runtime::Worker for Worker {
None => Ok(()),
}
}
}
}

0 comments on commit f6c09c6

Please sign in to comment.