mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-21 11:19:37 +00:00
Increasing the timeout for bookfinder - some metadata providers heavily throttle the requests, original 10s is not enough.
This commit is contained in:
parent
a5750deaaf
commit
372c9a5322
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const { levenshteinDistance, levenshteinSimilarity, escapeRegExp, isValidASIN }
|
|||
const htmlSanitizer = require('../utils/htmlSanitizer')
|
||||
|
||||
class BookFinder {
|
||||
#providerResponseTimeout = 10000
|
||||
#providerResponseTimeout = 120000
|
||||
|
||||
constructor() {
|
||||
this.openLibrary = new OpenLibrary()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue