Increase log length to 5000, since we're logging so much now

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 82c0b4aaa6
commit c6bc167975

@ -40,7 +40,7 @@
} }
}); });
var MAX_MESSAGES = 3000; var MAX_MESSAGES = 5000;
var PHONE_REGEX = /\+\d{7,12}(\d{3})/g; var PHONE_REGEX = /\+\d{7,12}(\d{3})/g;
var log = new DebugLog(); var log = new DebugLog();
if (window.console) { if (window.console) {

Loading…
Cancel
Save