Fixed network reg. problem on ppp_connection_manager

This commit is contained in:
Yasin Kaya
2020-11-26 12:59:34 +00:00
parent 763b8c6802
commit e0c6edf847
4 changed files with 13 additions and 13 deletions

View File

@@ -3,4 +3,4 @@
INTERVAL=60 # Seconds, Interval between two connection check of internet
DOUBLE_CHECK_WAIT=10 # Seconds, wait time for double check when the connection is down
PING_TIMEOUT=9 # Seconds, Timeout of ping command
NETWORK_CHECK_TIMEOUT=300 # Count, Check network for ($NETWORK_TIMEOUT x 2 Seconds)
NETWORK_CHECK_TIMEOUT=150 # Count, Check network for ($NETWORK_TIMEOUT x 2 Seconds)