mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 18:29:06 +00:00
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 log = new DebugLog();
|
||||
if (window.console) {
|
||||
|
||||
Reference in New Issue
Block a user