mirror of https://github.com/xwiki-labs/cryptpad
Increase requirejs timeout (thanks Firefox...)
This commit is contained in:
parent
a99e5a3aaa
commit
846755b0a7
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue