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

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-21 14:46:30 -07:00
parent 82c0b4aaa6
commit c6bc167975

View file

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