Skip to content

Commit

Permalink
adding timeout to ajax req
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Oct 3, 2022
1 parent 2db816c commit 8e9f1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
});
});
},
// timeout: 60000,
timeout: 600000,
statusCode: {
404: function() {
console.log( "server request resulted in 404 error" );
Expand Down

0 comments on commit 8e9f1e8

Please sign in to comment.