Skip to content

Commit

Permalink
Update expired query settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBaker committed Feb 12, 2024
1 parent 4f09cf8 commit 4fb9ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectacles/validators/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
DEFAULT_CHUNK_SIZE = 500
DEFAULT_QUERY_CONCURRENCY = 10
DEFAULT_RUNTIME_THRESHOLD = 5
EXPIRED_QUERY_WAIT_TIME = 600
EXPIRED_RETRY_LIMIT = 2
EXPIRED_QUERY_WAIT_TIME = 300
EXPIRED_RETRY_LIMIT = 1
ProfilerTableRow = Tuple[str, str, float, str, str]


Expand Down

0 comments on commit 4fb9ab6

Please sign in to comment.