mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Content server: Triple AJAX timeout for main book list to 30 seconds
This commit is contained in:
parent
17df1ea84b
commit
58d167c325
@ -26,7 +26,7 @@ var current_library_request = null;
|
|||||||
|
|
||||||
////////////////////////////// GET BOOK LIST //////////////////////////////
|
////////////////////////////// GET BOOK LIST //////////////////////////////
|
||||||
|
|
||||||
var LIBRARY_FETCH_TIMEOUT = 10000; // milliseconds
|
var LIBRARY_FETCH_TIMEOUT = 30000; // milliseconds
|
||||||
|
|
||||||
function create_table_headers() {
|
function create_table_headers() {
|
||||||
var thead = $('table#book_list thead tr');
|
var thead = $('table#book_list thead tr');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user