calibre: increase no-activity timeout (#13846)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled

Calibre does not send the expected regular "NOOP" pings during
its "Analyzing books on the device…" phase, and that operation
can take a long time (75s for 4500 books on a recent machine).
This commit is contained in:
Benoit Pierre
2025-05-27 22:32:20 +02:00
committed by GitHub
parent 1c5ec0493f
commit a53c1aae59

View File

@@ -337,7 +337,7 @@ function CalibreWireless:connect()
-- Heartbeat monitoring…
while ok and not self.disconnected_by_server do
ok = resume_in(15)
ok = resume_in(5 * 60)
end
local msg