Skip to content

Commit

Permalink
bump default_sender_timeout from 75 seconds to 180
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed Mar 23, 2024
1 parent a7cfe1c commit 610d2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ fn default_federation_idle_per_host() -> u16 { 1 }

fn default_federation_idle_timeout() -> u64 { 25 }

fn default_sender_timeout() -> u64 { 75 }
fn default_sender_timeout() -> u64 { 180 }

fn default_sender_idle_timeout() -> u64 { 180 }

Expand Down

0 comments on commit 610d2fe

Please sign in to comment.