From b64bed258f0cd5873af8bf8dc4899e0d9cfa5190 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Mon, 1 Feb 2021 17:06:38 +0100 Subject: [PATCH] update --- docker-compose.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 55bc6f1..8be5ed9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,11 +31,11 @@ services: OCR_PDF_MODE: "TEXT_AND_OCR" ML_SERVICE_ENDPOINT: "http://imixs-ml-spacy:8000/" # Enable Training Scheduler - ML_TRAINNG_SCHEDULER_ENABLED: "true" + #ML_TRAINNG_SCHEDULER_ENABLED: "true" # TYPO Issue #28 ML_TRAINING_SCHEDULER_ENABLED: "true" ML_TRAINING_SCHEDULER_INTERVAL: "10000" - ML_TRAINING_SCHEDULER_INITIALDELAY: "60000" + ML_TRAINING_SCHEDULER_INITIALDELAY: "30000" ports: - "8080:8080" diff --git a/pom.xml b/pom.xml index 9dcf947..a55c166 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 2.2.4-SNAPSHOT 2.2.9 1.0.20 - 1.0.1 + 1.0.3 2.2 src/main/webapp