Skip to content
Snippets Groups Projects
Commit bbf957cc authored by akwizgran's avatar akwizgran
Browse files

We can squeeze in a few more subscriptions.

parent cc36d9d6
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ import java.util.Map; ...@@ -6,7 +6,7 @@ import java.util.Map;
public interface SubscriptionUpdate { public interface SubscriptionUpdate {
/** The maximum number of subscriptions per update. */ /** 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. */ /** Returns the subscriptions contained in the update. */
Map<Group, Long> getSubscriptions(); Map<Group, Long> getSubscriptions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment