mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01: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
@ -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…
Reference in New Issue
Block a user