Files
Signal-Desktop/js
Scott Nonnenberg 1e694fe8d7 Log entry max to 2k, remove logging in hot codepaths (#1459)
On a recent trip through a CPU profile taken while Signal Desktop
churned through a large backlog of messages, it was clear that
console.log was a major source of time spent, primarily the sort
operation required after every new entry is added to the Backbone
collection. So, three different techniques to combat this:

1) Reduce the maximum number of entries in the collection from 5k to 2k
2) No more logging of add/update/remove queue in MessageReceiver
3) No more log entries in Message.handleDataMessage main codepath

FREEBIE
2017-09-12 09:34:49 -07:00
..
2017-04-15 23:46:02 -07:00
2016-08-23 16:16:31 -07:00
2016-02-18 13:45:22 -08:00
2016-09-20 13:42:33 -07:00
2016-08-11 12:22:32 -07:00
2016-08-23 16:16:31 -07:00