Cache messages on receipt, remove from cache when processed
FREEBIE
This commit is contained in:
parent
e6859a3684
commit
bd0050b6c6
13 changed files with 683 additions and 118 deletions
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
var MAX_MESSAGES = 1000;
|
||||
var MAX_MESSAGES = 3000;
|
||||
var PHONE_REGEX = /\+\d{7,12}(\d{3})/g;
|
||||
var log = new DebugLog();
|
||||
if (window.console) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue