This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
session-android
Watch
1
Star
0
Fork
0
You've already forked session-android
mirror of
https://github.com/oxen-io/session-android.git
synced
2024-11-23 18:15:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1b6bb7e56
session-android
/
libsignal
/
protobuf
/
Makefile
4 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
update protobufs
2021-01-25 00:27:05 +00:00
all
:
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 05:29:24 +00:00
protoc25 --java_out
=
../src/main/java/ SignalService.proto WebSocketResources.proto Utils.proto
Reference in New Issue
Copy Permalink