mirror of
https://github.com/google/nomulus
synced 2026-08-17 04:36:08 +00:00
Restore the number of load test queues to 10
I'm running a read-only load test right now and I was running into unacceptably low limits with only five load test queues to execute in. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119048442
This commit is contained in:
@@ -50,7 +50,7 @@ import javax.inject.Inject;
|
||||
automaticallyPrintOk = true)
|
||||
public class LoadTestAction implements Runnable {
|
||||
|
||||
private static final int NUM_QUEUES = 5;
|
||||
private static final int NUM_QUEUES = 10;
|
||||
private static final int ARBITRARY_VALID_HOST_LENGTH = 40;
|
||||
private static final int MAX_CONTACT_LENGTH = 13;
|
||||
private static final int MAX_DOMAIN_LABEL_LENGTH = 63;
|
||||
|
||||
Reference in New Issue
Block a user