This commit is contained in:
Tomasz 2025-11-20 16:59:31 -06:00 committed by GitHub
commit 8ca5fb2882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()