Skip to content
Snippets Groups Projects
Commit 184c50a2 authored by Gregor Maier's avatar Gregor Maier
Browse files

Reduce default size of OFMessageDamper cache to be nicer to the jvm

parent 94d4177e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public abstract class ForwardingBase
protected static Logger log =
LoggerFactory.getLogger(ForwardingBase.class);
protected static int OFMESSAGE_DAMPER_CAPACITY = 50000; // TODO: find sweet spot
protected static int OFMESSAGE_DAMPER_CAPACITY = 10000; // TODO: find sweet spot
protected static int OFMESSAGE_DAMPER_TIMEOUT = 250; // ms
public static short FLOWMOD_DEFAULT_IDLE_TIMEOUT = 5; // in seconds
......
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