mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
e036344c76
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
3 lines
102 B
Makefile
3 lines
102 B
Makefile
|
|
all:
|
|
protoc25 --java_out=../src/main/java/ SignalService.proto WebSocketResources.proto Utils.proto
|