Skip to content

Commit

Permalink
Less spawning calls / sec (#3146)
Browse files Browse the repository at this point in the history
less spawning calls
  • Loading branch information
lhoestq authored Mar 7, 2025
1 parent 34a2879 commit d4c4b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/worker/src/worker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def from_env(cls) -> "FirstRowsConfig":


OPT_IN_OUT_URLS_SCAN_COLUMNS_MAX_NUMBER = 10
OPT_IN_OUT_URLS_SCAN_MAX_CONCURRENT_REQUESTS_NUMBER = 100
OPT_IN_OUT_URLS_SCAN_MAX_REQUESTS_PER_SECOND = 50
OPT_IN_OUT_URLS_SCAN_MAX_CONCURRENT_REQUESTS_NUMBER = 50
OPT_IN_OUT_URLS_SCAN_MAX_REQUESTS_PER_SECOND = 25
OPT_IN_OUT_URLS_SCAN_ROWS_MAX_NUMBER = 100_000
OPT_IN_OUT_URLS_SCAN_SPAWNING_TOKEN = None
OPT_IN_OUT_URLS_SCAN_SPAWNING_URL = "https://opts-api.spawningaiapi.com/api/v2/query/urls"
Expand Down

0 comments on commit d4c4b85

Please sign in to comment.