Skip to content

Commit

Permalink
Make timeouts constants
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Mar 19, 2024
1 parent 083c72a commit afba48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radis/vespa/vespa_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
# limit.
MAX_SEARCH_HITS = 1000
MAX_SEARCH_OFFSET = 1000
SEARCH_TIMEOUT = 1
SEARCH_TIMEOUT = 3
MAX_RETRIEVAL_HITS = 10000
MAX_RETRIEVAL_OFFSET = 10000
RETRIEVAL_TIMEOUT = 10
RETRIEVAL_TIMEOUT = 60


def _create_report_schema():
Expand Down

0 comments on commit afba48e

Please sign in to comment.