summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-04-12 15:30:12 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-04-12 15:30:12 +0200
commit14f5f98b5f9b70593647be0bc15afb495070eb36 (patch)
tree81162447c57aae1e80041f5ec082a1d7a81e81a0 /themes
parentc03efbf05c9ea0f20362a0e227490dc2a8ea591e (diff)
downloadwww-andreasbaumann-cc-14f5f98b5f9b70593647be0bc15afb495070eb36.tar.gz
www-andreasbaumann-cc-14f5f98b5f9b70593647be0bc15afb495070eb36.tar.bz2
increased search timeout for strusWebService
Diffstat (limited to 'themes')
-rw-r--r--themes/new_theme/layouts/partials/ranklist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/partials/ranklist.html b/themes/new_theme/layouts/partials/ranklist.html
index 3c75739..9b732d1 100644
--- a/themes/new_theme/layouts/partials/ranklist.html
+++ b/themes/new_theme/layouts/partials/ranklist.html
@@ -269,7 +269,7 @@
data : json,
contentType : 'application/json',
cache : false,
- timeout: 1000
+ timeout: 5000
} )
.error( function( x, t, m ) {
var html = '';