Skip to content

Commit

Permalink
chore(daemon): added default retries
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Jul 10, 2023
1 parent 1dc4748 commit 137a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/oura/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct ConfigRoot {
intersect: IntersectConfig,
finalize: Option<FinalizeConfig>,
chain: Option<ChainConfig>,
#[serde(deserialize_with = "deserialize_retries")]
#[serde(default, deserialize_with = "deserialize_retries")]
retries: Option<gasket::retries::Policy>,
}

Expand Down

0 comments on commit 137a94e

Please sign in to comment.