mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 22:13:17 +02:00
Content server: Triple AJAX timeout for main book list to 30 seconds
This commit is contained in:
parent
17df1ea84b
commit
58d167c325
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ var current_library_request = null;
|
|||
|
||||
////////////////////////////// GET BOOK LIST //////////////////////////////
|
||||
|
||||
var LIBRARY_FETCH_TIMEOUT = 10000; // milliseconds
|
||||
var LIBRARY_FETCH_TIMEOUT = 30000; // milliseconds
|
||||
|
||||
function create_table_headers() {
|
||||
var thead = $('table#book_list thead tr');
|
||||
|
|
|
|||
Loading…
Reference in a new issue