From c4e7b996a793601727b83d83c2ef0b5da5a5eef0 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Sun, 21 Dec 2014 09:31:14 +0100 Subject: [PATCH] fix(bro): increase default bundle delay to 700 ms --- lib/bro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bro.js b/lib/bro.js index 0c7a869..c42440b 100644 --- a/lib/bro.js +++ b/lib/bro.js @@ -240,7 +240,7 @@ function Bro(bundleFile) { w.emit('bundled', err, content); }); - }, bopts.bundleDelay || 500); + }, bopts.bundleDelay || 700); w.bundleFile = function(file, done) {