Skip to content

Commit

Permalink
Increase sleep to BGG api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
sitegui committed Sep 11, 2024
1 parent 065aacc commit 634964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board_game_geek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { sleep } from '@/helpers'
const BASE_URL = 'https://www.boardgamegeek.com/xmlapi2'
const REQUEST_TIMEOUT = 10e3
const EXPORT_COLLECTION_QUEUE_TIMEOUT = 120e3
const EXPORT_COLLECTION_QUEUE_SLEEP = 4e3
const EXPORT_COLLECTION_QUEUE_SLEEP = 6e3
const GET_GAMES_BATCH_SIZE = 10
const GET_GAMES_BATCH_SLEEP = 2e3

Expand Down

0 comments on commit 634964d

Please sign in to comment.