Logo
Explore Help
Sign In
TheArchive/session-android
1
0
Fork 0
You've already forked session-android
mirror of https://github.com/oxen-io/session-android.git synced 2025-05-08 15:56:50 +00:00
Code Issues Packages Projects Releases Wiki Activity
session-android/libsignal/protobuf/Utils.proto

11 lines
199 B
Protocol Buffer
Raw Normal View History

refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications. Increase audible timeout on DefaultMessageNotifier.java, don't send in-thread notification based on last audible notification. Create a batch message receive job to handle up to 20 chunked messages at a time per job instead of singular or open group poll amount Remove synchronized access to recipient cache and replace with a concurrent cache that's lock free from perf tracing monitor contention
2021-09-29 15:29:24 +10:00
syntax = "proto2";
package signalservice;
option java_package = "org.session.libsignal.protos";
option java_outer_classname = "UtilProtos";
message ByteArrayList {
repeated bytes content = 1;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 122ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API