mirror of
https://github.com/markqvist/LXMF.git
synced 2024-10-01 01:35:36 -04:00
Increased max unreachable time to 14 days
This commit is contained in:
parent
bc8863c3b1
commit
537123896b
@ -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…
Reference in New Issue
Block a user