Skip to content

Commit

Permalink
united_kingdom_contracts_finder_base: Add comment to explain use of C…
Browse files Browse the repository at this point in the history
…ONCURRENT_REQUESTS
  • Loading branch information
jpmckinney committed Apr 20, 2022
1 parent 81b0853 commit 34fc1ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@


class UnitedKingdomContractsFinderBase(IndexSpider):
# The API has unpredictable and undocumented "too many requests" logic.
custom_settings = {
'CONCURRENT_REQUESTS': 1,
}

# BaseSpider
ocds_version = '1.0' # uses deprecated fields

Expand Down

0 comments on commit 34fc1ee

Please sign in to comment.