reduce high presence timeouts
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
32ab88e68a
commit
380b61184d
1 changed files with 2 additions and 2 deletions
|
@ -572,9 +572,9 @@ fn default_notification_push_path() -> String { "/_matrix/push/v1/notify".to_own
|
|||
|
||||
fn default_turn_ttl() -> u64 { 60 * 60 * 24 }
|
||||
|
||||
fn default_presence_idle_timeout_s() -> u64 { 5 * 60 }
|
||||
fn default_presence_idle_timeout_s() -> u64 { 2 * 60 }
|
||||
|
||||
fn default_presence_offline_timeout_s() -> u64 { 30 * 60 }
|
||||
fn default_presence_offline_timeout_s() -> u64 { 15 * 60 }
|
||||
|
||||
fn default_rocksdb_recovery_mode() -> u8 { 1 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue