Handle events that affect list of available forums.

This commit is contained in:
akwizgran
2016-02-04 17:35:31 +00:00
parent 18db17bf5b
commit 6e1ec41d21
2 changed files with 22 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ public interface SyncConstants {
int MAX_PACKET_PAYLOAD_LENGTH = 32 * 1024; // 32 KiB
/** The maximum length of a group descriptor in bytes. */
int MAX_GROUP_DESCRIPTOR_LENGTH = 1000; // TODO: Remove
int MAX_GROUP_DESCRIPTOR_LENGTH = 100; // TODO: Remove
/** The maximum length of a message in bytes. */
int MAX_MESSAGE_LENGTH = MAX_PACKET_PAYLOAD_LENGTH - PACKET_HEADER_LENGTH;