Increase log length to 5000, since we're logging so much now
FREEBIE
This commit is contained in:
parent
82c0b4aaa6
commit
c6bc167975
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
var MAX_MESSAGES = 3000;
|
||||
var MAX_MESSAGES = 5000;
|
||||
var PHONE_REGEX = /\+\d{7,12}(\d{3})/g;
|
||||
var log = new DebugLog();
|
||||
if (window.console) {
|
||||
|
|
Loading…
Add table
Reference in a new issue