bump default_presence_offline_timeout to 30 minutes (too low imo)
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
966cca25f1
commit
c75674faf5
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ fn default_presence_idle_timeout_s() -> u64 {
|
|||
}
|
||||
|
||||
fn default_presence_offline_timeout_s() -> u64 {
|
||||
15 * 60
|
||||
30 * 60
|
||||
}
|
||||
|
||||
fn default_rocksdb_log_level() -> String {
|
||||
|
|
Loading…
Add table
Reference in a new issue