forked from Qortal/qortal
Increased MAX_ACCOUNT_COUNT in GetOnlineAccountsMessage from 1000 to 5000
This commit is contained in:
parent
fc1a376fbd
commit
c5182a4589
@ -15,7 +15,7 @@ import com.google.common.primitives.Ints;
|
||||
import com.google.common.primitives.Longs;
|
||||
|
||||
public class GetOnlineAccountsMessage extends Message {
|
||||
private static final int MAX_ACCOUNT_COUNT = 1000;
|
||||
private static final int MAX_ACCOUNT_COUNT = 5000;
|
||||
|
||||
private List<OnlineAccountData> onlineAccounts;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user