Content server: Triple AJAX timeout for main book list to 30 seconds

This commit is contained in:
Kovid Goyal 2010-09-04 13:42:44 -06:00
parent 17df1ea84b
commit 58d167c325

View File

@ -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');