You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libtextsecure
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
8 years ago
..
storage Cache messages on receipt, remove from cache when processed 8 years ago
test createTaskWithTimeout: Don't log expiration if task threw (#1412) 8 years ago
ProvisioningCipher.js Set theme based on master device userAgent 9 years ago
account_manager.js Whenever adding something to a queue, include a timeout 8 years ago
api.js Add support for getProfile to TextSecureServer 8 years ago
components.js Move jquery from libtextsecure components 10 years ago
contacts_parser.js Support for group sync 10 years ago
crypto.js Cleanup attachment attributes 8 years ago
errors.js Decrypt any IncomingIdentityKeyError still sticking around 8 years ago
event_target.js Animated loading screens on startup and first conversation load 8 years ago
helpers.js Move, rename, and simplify toArrayBuffer helper 9 years ago
key_worker.js Remove erroneous license file and headers 10 years ago
libsignal-protocol.js Set messageKeysLimit to unlimited if communicating with our devices (#1348) 8 years ago
message_receiver.js Log entry max to 2k, remove logging in hot codepaths (#1459) 8 years ago
outgoing_message.js Fix for "Can't find record for undefined.1" 8 years ago
protobufs.js Load protobufs asynchronously. Fixes #223 10 years ago
protocol_wrapper.js Update libsignal-protocol v0.9.0 9 years ago
sendmessage.js Add logging to help track down problems with Sync 8 years ago
storage.js Remove erroneous license file and headers 10 years ago
stringview.js Remove erroneous license file and headers 10 years ago
sync_request.js Add logging to help track down problems with Sync 8 years ago
task_with_timeout.js createTaskWithTimeout: Don't log expiration if task threw (#1412) 8 years ago
websocket-resources.js Disable keepalive logging 9 years ago