This commit is contained in:
Tomasz 2026-05-22 23:07:57 +01:00 committed by GitHub
commit 0c39d841c6
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()