From b233327188425d2b54bf2ad7097283bb02e71a01 Mon Sep 17 00:00:00 2001 From: sepro Date: Wed, 8 Nov 2017 17:03:47 +0100 Subject: [PATCH] set timeout to avoid issue on server --- conekt/templates/export_condition.html | 1 + 1 file changed, 1 insertion(+) diff --git a/conekt/templates/export_condition.html b/conekt/templates/export_condition.html index 6657cb2..55f5eb3 100644 --- a/conekt/templates/export_condition.html +++ b/conekt/templates/export_condition.html @@ -61,6 +61,7 @@

Export expression levels

$.ajax({ url: $(this).prop('action'), + timeout:600000, //10 min timeout type: "POST", dataType: 'text', data: $(this).serialize(),