Repository: ignite Updated Branches: refs/heads/master 5cd3e263b -> a2b195ced
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/master Commit: a2b195ced34af644117fde7cbe43f1fd2cbf9db3 Parents: 5cd3e26 Author: Pavel Tupitsyn <[email protected]> Authored: Mon Dec 18 18:31:25 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> 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>
