Increase log length to 5000, since we're logging so much now
FREEBIE
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user