This is an automated email from the ASF dual-hosted git repository. aradzinski pushed a commit to branch NLPCRAFT-41 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit fb0d151298e991854337f3fcf1a847a39b00292b Author: Aaron Radzinski <[email protected]> AuthorDate: Sat Aug 15 21:48:02 2020 -0700 Fix for slow Ignite starup on Win10. --- nlpcraft/src/main/resources/ignite.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nlpcraft/src/main/resources/ignite.xml b/nlpcraft/src/main/resources/ignite.xml index 4b3d0eb..c4e39b1 100644 --- a/nlpcraft/src/main/resources/ignite.xml +++ b/nlpcraft/src/main/resources/ignite.xml @@ -43,13 +43,6 @@ <value>127.0.0.1:47500</value> <value>127.0.0.1:47501</value> <value>127.0.0.1:47502</value> - <value>127.0.0.1:47503</value> - <value>127.0.0.1:47504</value> - <value>127.0.0.1:47505</value> - <value>127.0.0.1:47506</value> - <value>127.0.0.1:47507</value> - <value>127.0.0.1:47508</value> - <value>127.0.0.1:47509</value> </list> </property> </bean>
