mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
increasing the disconnect time
This commit is contained in:
parent
cf9edc5992
commit
2d1e48f04f
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ module.exports = function(config) {
|
|||
|
||||
// set the inactivity level to longer
|
||||
browserNoActivityTimeout: 40000,
|
||||
browserDisconnectTimeout: 30000,
|
||||
|
||||
// level of logging
|
||||
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
|
||||
|
|
Loading…
Reference in a new issue