Increase the maximum.

This commit is contained in:
Kristian S. Stangeland 2012-09-30 04:44:57 +02:00
parent 73005e032b
commit f312ce278e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class PacketProcessingQueue extends AbstractConcurrentListenerMultimap<AsyncList
/**
* Default maximum number of packets to process concurrently.
*/
public static final int DEFAULT_MAXIMUM_CONCURRENCY = 5;
public static final int DEFAULT_MAXIMUM_CONCURRENCY = 32;
/**
* Default maximum number of packets to queue for processing.