You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/12/20 08:04:48 UTC

[40/50] [abbrv] ignite git commit: IGNITE-7232 .NET: Cross-platform examples: remove localhost from config to join nodes with default config

IGNITE-7232 .NET: Cross-platform examples: remove localhost from config to join nodes with default config


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

Branch: refs/heads/ignite-zk
Commit: a2b195ced34af644117fde7cbe43f1fd2cbf9db3
Parents: 5cd3e26
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Mon Dec 18 18:31:25 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Mon Dec 18 18:31:25 2017 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/examples/dotnetcore/App.config | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a2b195ce/modules/platforms/dotnet/examples/dotnetcore/App.config
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/examples/dotnetcore/App.config b/modules/platforms/dotnet/examples/dotnetcore/App.config
index e653d62..32c8b31 100644
--- a/modules/platforms/dotnet/examples/dotnetcore/App.config
+++ b/modules/platforms/dotnet/examples/dotnetcore/App.config
@@ -26,10 +26,7 @@
         <gcServer enabled="true" />
     </runtime>
 
-    <igniteConfiguration xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection" 
-                         localhost="127.0.0.1">
-        <atomicConfiguration atomicSequenceReserveSize="10" />
-
+    <igniteConfiguration xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection">
         <discoverySpi type="TcpDiscoverySpi">
             <ipFinder type="TcpDiscoveryMulticastIpFinder">
                 <endpoints>