Increase requirejs timeout (thanks Firefox...)

This commit is contained in:
yflory 2018-07-02 14:02:05 +02:00
parent a99e5a3aaa
commit 846755b0a7
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ app.get('/api/config', function(req, res){
res.send('define(function(){\n' + [
'var obj = ' + JSON.stringify({
requireConf: {
waitSeconds: 60,
waitSeconds: 600,
urlArgs: 'ver=' + Package.version + (FRESH_KEY? '-' + FRESH_KEY: '') + (DEV_MODE? '-' + (+new Date()): ''),
},
removeDonateButton: (config.removeDonateButton === true),