mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
calibre: increase no-activity timeout (#13846)
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user