Merge branch 'main' into ignore-does-not-exist
This commit is contained in:
commit
7320375f0c
54 changed files with 739 additions and 824 deletions
|
@ -216,7 +216,7 @@ STREAMS = [
|
|||
|
||||
# Search configuration
|
||||
# total time in seconds that the instance will spend searching connectors
|
||||
SEARCH_TIMEOUT = int(env("SEARCH_TIMEOUT", 15))
|
||||
SEARCH_TIMEOUT = int(env("SEARCH_TIMEOUT", 8))
|
||||
# timeout for a query to an individual connector
|
||||
QUERY_TIMEOUT = int(env("QUERY_TIMEOUT", 5))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue