mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-09-15 18:57:03 +00:00
fix(presence): move sleep in presence cleanup
This commit is contained in:
parent
230f09f8f7
commit
63ac118d11
2 changed files with 3 additions and 2 deletions
|
@ -276,7 +276,7 @@ fn default_presence_offline_timeout() -> u64 {
|
|||
}
|
||||
|
||||
fn default_presence_cleanup_period() -> u64 {
|
||||
24 * 60 * 60
|
||||
1 * 60 * 60
|
||||
}
|
||||
|
||||
fn default_presence_cleanup_limit() -> u64 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue