bump default_presence_offline_timeout to 30 minutes (too low imo)

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-11 20:24:09 -05:00 committed by June
parent 966cca25f1
commit c75674faf5

View file

@ -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 {