Merge pull request #244 from mozilla/much_too_busy
increase the max lag to prevent integration tests from failing on travis-ci
This commit is contained in:
Коммит
0e5360bf8a
|
@ -69,6 +69,8 @@ module.exports = function (path, url, Hapi, toobusy) {
|
|||
|
||||
//TODO throttle extension
|
||||
|
||||
// twice the default max lag of 70ms
|
||||
toobusy.maxLag(140)
|
||||
server.ext(
|
||||
'onRequest',
|
||||
function (request, next) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче