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:
ckarlof 2013-10-23 11:04:21 -07:00
Родитель e5aadc4163 2596f36575
Коммит 0e5360bf8a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {