1
0
Fork 0

Merge branch 'main' into ignore-does-not-exist

This commit is contained in:
Mouse Reeve 2022-06-05 15:41:39 -07:00 committed by GitHub
commit 7320375f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 739 additions and 824 deletions

View file

@ -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))