diff --git a/js/debugLog.js b/js/debugLog.js index 15743683b..5a84b312c 100644 --- a/js/debugLog.js +++ b/js/debugLog.js @@ -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) {