bump default_sender_timeout from 75 seconds to 180
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
27d6ce3cc5
commit
a57f4db207
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue