This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-108
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-108 by this push:
     new 8c0250a  Update NCCli.scala
8c0250a is described below

commit 8c0250aeb3d7ffcd2b332fff7fc51b512461d86f
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Oct 1 23:52:21 2020 -0700

    Update NCCli.scala
---
 .../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index a05f046..7331e24 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -601,7 +601,7 @@ object NCCli extends App {
 
             if (i < num)
                 // Pause between pings.
-                Thread.sleep(1000)
+                Thread.sleep(500.ms)
         }
     }
 

Reply via email to