Skip to content

Commit

Permalink
Increase export timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sitegui committed Sep 11, 2024
1 parent 8d4d32b commit 3cd8ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/board_game_geek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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 = 2e3
const EXPORT_COLLECTION_QUEUE_TIMEOUT = 180e3
const EXPORT_COLLECTION_QUEUE_SLEEP = 5e3
const EXPORT_COLLECTION_QUEUE_TRIES = 3
const GET_GAMES_BATCH_SIZE = 10
const GET_GAMES_BATCH_SLEEP = 1e3
Expand Down

0 comments on commit 3cd8ee3

Please sign in to comment.