# ignite-47 Set correct default value for 
GridConcurrentFactory.CONCURRENCY_LEVEL (16 instead of 256)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/cce0c140
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/cce0c140
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/cce0c140

Branch: refs/heads/ignite-47
Commit: cce0c1408ad9540e09e5cca8108a87455d581443
Parents: ce2d266
Author: sevdokimov <sergey.evdoki...@jetbrains.com>
Authored: Sat Mar 7 14:38:56 2015 +0300
Committer: sevdokimov <sergey.evdoki...@jetbrains.com>
Committed: Sat Mar 7 14:38:56 2015 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/internal/util/GridConcurrentFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cce0c140/modules/core/src/main/java/org/apache/ignite/internal/util/GridConcurrentFactory.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/util/GridConcurrentFactory.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/util/GridConcurrentFactory.java
index 4653449..d403ea9 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/util/GridConcurrentFactory.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/util/GridConcurrentFactory.java
@@ -29,7 +29,7 @@ import static org.apache.ignite.IgniteSystemProperties.*;
  */
 public class GridConcurrentFactory {
     /** Default concurrency level. */
-    private static final int CONCURRENCY_LEVEL = 
IgniteSystemProperties.getInteger(IGNITE_MAP_CONCURRENCY_LEVEL, 256);
+    private static final int CONCURRENCY_LEVEL = 
IgniteSystemProperties.getInteger(IGNITE_MAP_CONCURRENCY_LEVEL, 16);
 
     /**
      * Ensure singleton.

Reply via email to