mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 22:59:54 +01:00
We can squeeze in a few more subscriptions.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user