Increase POST timeout in secscan API
This commit is contained in:
parent
8f0eb3c4cd
commit
d36528a77a
2 changed files with 3 additions and 1 deletions
|
@ -286,6 +286,7 @@ class DefaultConfig(object):
|
|||
'ENGINE_VERSION_TARGET': 2,
|
||||
'API_VERSION': 'v1',
|
||||
'API_TIMEOUT_SECONDS': 10,
|
||||
'API_TIMEOUT_POST_SECONDS': 480,
|
||||
}
|
||||
|
||||
# Torrent management flags
|
||||
|
|
Reference in a new issue