Skip to content

Commit

Permalink
set timeout to avoid issue on server
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Nov 8, 2017
1 parent dbcbd0e commit b233327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conekt/templates/export_condition.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ <h1>Export expression levels</h1>

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

0 comments on commit b233327

Please sign in to comment.