From 52c709abe039144cd21006aa37a64044d72a90f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 5 Mar 2022 13:09:31 +0100 Subject: [PATCH] Configuration files fixlets MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/codeql-analysis.yml | 2 +- docker/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5acc1366..ae453d99 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -63,7 +63,7 @@ jobs: # and modify them (or add more) to build your code if your project # uses a compiled language - #- run: | + # - run: | # make bootstrap # make release diff --git a/docker/config.json b/docker/config.json index 9c4efe3a..b24c7318 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,6 +1,6 @@ { "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], - "distributeStationsToTenantsEqually": true, + "supervisionUrlDistribution": "round-robin", "workerProcess": "workerSet", "workerPoolMinSize": 4, "workerPoolMaxSize": 16, -- 2.34.1