We can squeeze in a few more subscriptions.

This commit is contained in:
akwizgran
2011-09-07 14:06:35 +01:00
parent cc36d9d6c3
commit bbf957cc94

View File

@@ -6,7 +6,7 @@ import java.util.Map;
public interface SubscriptionUpdate {
/** The maximum number of subscriptions per update. */
static final int MAX_SUBS_PER_UPDATE = 6000;
static final int MAX_SUBS_PER_UPDATE = 6393;
/** Returns the subscriptions contained in the update. */
Map<Group, Long> getSubscriptions();