mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-28 09:34:20 -04:00
Increased max unreachable time to 14 days
This commit is contained in:
parent
bc8863c3b1
commit
537123896b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class LXMPeer:
|
|||
|
||||
# Maximum amount of time a peer can
|
||||
# be unreachable before it is removed
|
||||
MAX_UNREACHABLE = 4*24*60*60
|
||||
MAX_UNREACHABLE = 14*24*60*60
|
||||
|
||||
# Everytime consecutive time a sync
|
||||
# link fails to establish, add this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue