mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 12:58:03 +01:00
1) Make message store contents more memory efficient. 2) Make notification pipeline simpler and more memory efficient. 3) Don't b64 encode websocket message bodies. // FREEBIE
3 lines
110 B
Makefile
3 lines
110 B
Makefile
|
|
all:
|
|
protoc --java_out=../src/main/java/ OutgoingMessageSignal.proto PubSubMessage.proto StoredMessage.proto
|