From d90ea251cdfa562fe5c967b3ea1dd496fe8da6f5 Mon Sep 17 00:00:00 2001 From: David Nahorniak <44706421+David-Nahorniak@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:36:42 +0100 Subject: [PATCH] Increase ajax_timeout Increase ajax_timeout due to timeout when downloading larger books with audio files via content server. --- src/calibre/srv/opts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/opts.py b/src/calibre/srv/opts.py index 7fd43c5b43..ae9f81c8ba 100644 --- a/src/calibre/srv/opts.py +++ b/src/calibre/srv/opts.py @@ -42,7 +42,7 @@ raw_options = ( None, _('Time (in seconds) to wait for a response from the server when making queries'), - 'ajax_timeout', 60.0, + 'ajax_timeout', 300.0, None, _('Total time in seconds to wait for clean shutdown'),