Add timeout config option to Synology DSM (#40000)

This commit is contained in:
Quentame 2020-09-13 03:36:39 +02:00 committed by GitHub
parent b05c88f1bc
commit bab4ad4f17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 4 deletions

View file

@ -27,6 +27,7 @@ DEFAULT_PORT = 5000
DEFAULT_PORT_SSL = 5001
# Options
DEFAULT_SCAN_INTERVAL = 15 # min
DEFAULT_TIMEOUT = 10 # sec
ENTITY_NAME = "name"