Skip to content
Snippets Groups Projects
Commit c75674fa authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

bump default_presence_offline_timeout to 30 minutes (too low imo)

parent 966cca25
No related branches found
No related tags found
No related merge requests found
...@@ -381,7 +381,7 @@ fn default_presence_idle_timeout_s() -> u64 { ...@@ -381,7 +381,7 @@ fn default_presence_idle_timeout_s() -> u64 {
} }
fn default_presence_offline_timeout_s() -> u64 { fn default_presence_offline_timeout_s() -> u64 {
15 * 60 30 * 60
} }
fn default_rocksdb_log_level() -> String { fn default_rocksdb_log_level() -> String {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment