IGNITE-6178 .NET: Fix PersistentStoreConfiguration.CheckpointingThreads default 
value

This closes #2511

(cherry picked from commit 08a831f)


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

Branch: refs/heads/ignite-6181-1
Commit: 6c45edeaf83f94a9c0539d9768dd8be0e25dc36e
Parents: 5df5e2c
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Tue Aug 29 18:35:49 2017 +0300
Committer: Ilya Lantukh <ilant...@gridgain.com>
Committed: Tue Aug 29 19:00:30 2017 +0300

----------------------------------------------------------------------
 .../PersistentStore/PersistentStoreConfiguration.cs                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/6c45edea/modules/platforms/dotnet/Apache.Ignite.Core/PersistentStore/PersistentStoreConfiguration.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core/PersistentStore/PersistentStoreConfiguration.cs
 
b/modules/platforms/dotnet/Apache.Ignite.Core/PersistentStore/PersistentStoreConfiguration.cs
index cac6cc8..8ba45e5 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Core/PersistentStore/PersistentStoreConfiguration.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Core/PersistentStore/PersistentStoreConfiguration.cs
@@ -32,7 +32,7 @@ namespace Apache.Ignite.Core.PersistentStore
         /// <summary>
         /// Default value for <see cref="CheckpointingThreads"/>.
         /// </summary>
-        public const int DefaultCheckpointingThreads = 1;
+        public const int DefaultCheckpointingThreads = 4;
 
         /// <summary>
         /// Default value for <see cref="CheckpointingFrequency"/>.

Reply via email to