Commit 5cbbef52 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should wait 3 minutes before giving up on a device

parent deaec092
......@@ -27,7 +27,8 @@ if [ ! -z $MONGODB ] && [ ! -z $NBI ] && [ ! -z $FS ] ; then
"UI_PORT": "80",
"UI_JWT_SECRET": "$SECRET",
"ACS_UI_ACCESS_LOG_FILE": "/var/log/genieacs/genieacs-ui-access.log",
"DEBUG_FILE": "/var/log/genieacs/genieacs-debug.yaml"
"DEBUG_FILE": "/var/log/genieacs/genieacs-debug.yaml",
"DEVICE_ONLINE_THRESHOLD": "180000"
}
EOF
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment