You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2017/08/29 16:30:40 UTC

ignite git commit: IGNITE-6204 Backport optimizations of checkpointing algorithm into 2.2 (hotfix)

Repository: ignite
Updated Branches:
  refs/heads/ignite-2.2 737874f65 -> abb675f33


IGNITE-6204 Backport optimizations of checkpointing algorithm into 2.2 (hotfix)


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

Branch: refs/heads/ignite-2.2
Commit: abb675f3355494b1f1ab502718aa0ad2249cb78b
Parents: 737874f
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Tue Aug 29 18:35:49 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Tue Aug 29 19:30:34 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/abb675f3/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"/>.