Skip to content
Snippets Groups Projects
Commit 79ac709b authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix: higher limit for reconnection timeout

parent f4553ddc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ from time import sleep
from math import exp
from ccnode import __version__
MAX_AUTH_TIMEOUT = 10
MAX_AUTH_TIMEOUT = 30
DEFAULT_CONFIG_FILE = '/etc/cc-node.conf'
DEFAULT_PID_FILE = '/var/run/cc-node.pid'
DEFAULT_CONFIGURATION = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment