Skip to content

Commit

Permalink
f merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Feb 27, 2024
1 parent 9bb651d commit c9f4bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopush-common/src/db/bigtable/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub struct BigTableDbSettings {
#[serde(deserialize_with = "deserialize_opt_u32_to_duration")]
pub database_pool_connection_ttl: Option<Duration>,
/// Max idle time(in seconds) for a connection
#[serde(default)]
#[serde(deserialize_with = "deserialize_opt_u32_to_duration")]
pub database_pool_max_idle: Option<Duration>,
/// Include route to leader header in metadata
Expand Down

0 comments on commit c9f4bf6

Please sign in to comment.