commit | 9753fc11fe5d1af7bec90fae6e8776a005f658eb | [log] [tgz] |
---|---|---|
author | Yi Tseng <a86487817@gmail.com> | Fri Mar 10 18:42:46 2017 -0800 |
committer | Charles Chan <charles@onlab.us> | Sat Mar 11 20:27:20 2017 +0000 |
tree | 137e00c552953c33ecc90360acf00dde8dabbba9 | |
parent | 67adec253bed820bd76cf9f1959af7a64f9c84d8 [diff] |
[ONOS-6118] Revert default number of threads in FlowObjectiveManager to 4 Change-Id: I6035c5a497947b67023da92c591f51f24a5bf314
diff --git a/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java b/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java index c14471a..d9aca56 100644 --- a/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java +++ b/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java
@@ -87,7 +87,7 @@ private final Logger log = LoggerFactory.getLogger(getClass()); - private static final int DEFAULT_NUM_THREADS = 1; + private static final int DEFAULT_NUM_THREADS = 4; @Property(name = NUM_THREAD, intValue = DEFAULT_NUM_THREADS, label = "Number of worker threads")