From c6bc167975613e5f0e23bf595da00d588b9c9978 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 21 Jul 2017 14:46:30 -0700 Subject: [PATCH] Increase log length to 5000, since we're logging so much now FREEBIE --- js/debugLog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {