Skip to content

Commit

Permalink
fix(bro): increase default bundle delay to 700 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 21, 2014
1 parent ac967a7 commit c4e7b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bro.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function Bro(bundleFile) {

w.emit('bundled', err, content);
});
}, bopts.bundleDelay || 500);
}, bopts.bundleDelay || 700);


w.bundleFile = function(file, done) {
Expand Down

0 comments on commit c4e7b99

Please sign in to comment.