This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 19d4491 Update NCCli.scala
19d4491 is described below
commit 19d4491f4fe3275e841a04fba4595bc8de5b5121
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Mon Mar 15 23:34:56 2021 -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 a77c829..525acf6 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
@@ -103,7 +103,7 @@ object NCCli extends App {
// | MAKE SURE TO UPDATE THIS VAR WHEN NUMBER OF SERVICES IS CHANGED. |
// +==================================================================+
private final val NUM_SRV_SERVICES = 31 /*services*/ + 1 /*progress start*/
- private final val NUM_PRB_SERVICES = 22 /*services*/ + 1 /*progress start*/
+ private final val NUM_PRB_SERVICES = 23 /*services*/ + 1 /*progress start*/
private final val SRV_BEACON_PATH = ".nlpcraft/server_beacon"
private final val PRB_BEACON_PATH = ".nlpcraft/probe_beacon"