mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-24 23:35:41 -04:00
Cache clean interval
This commit is contained in:
parent
b267687c7f
commit
b58cb3c0ed
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class Transport:
|
|||
pending_prs_last_checked = 0.0
|
||||
pending_prs_check_interval = 30.0
|
||||
cache_last_cleaned = 0.0
|
||||
cache_clean_interval = 60.0
|
||||
cache_clean_interval = 300.0
|
||||
hashlist_maxsize = 1000000
|
||||
tables_last_culled = 0.0
|
||||
tables_cull_interval = 5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue