From: Calin Crisan Date: Sat, 26 Oct 2013 16:00:35 +0000 (+0300) Subject: increased remote request timeout to 10s X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=f3ba487637717ebb0ed99b94a0d8757a08ccf7f0;p=motioneye-debian increased remote request timeout to 10s --- diff --git a/settings_default.py b/settings_default.py index be5c83d..9f396ff 100644 --- a/settings_default.py +++ b/settings_default.py @@ -21,4 +21,4 @@ PORT = 8765 MOTION_CHECK_INTERVAL = 10 CLEANUP_INTERVAL = 43200 -REMOTE_REQUEST_TIMEOUT = 5 +REMOTE_REQUEST_TIMEOUT = 10