X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=e377862aadb842a8e7261d163c1768fab1fc9eb6;hb=9efbac5b97d10f6fd0d8a64f1130c40bdebc7c44;hp=9b5d68be4137811df8732a1196c60e3e58fa837a;hpb=b3cb2b1fe9b7d0832a610dc1ff302d06a1e7d9e8;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 9b5d68be..e377862a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ workerProcess | workerSet/staticPool/dynamicPool | workerSet | string | worker t workerStartDelay | | 500 | integer | milliseconds to wait at charging station worker threads startup workerPoolMinSize | | 4 | integer | worker threads pool minimum number of threads workerPoolMaxSize | | 16 | integer | worker threads pool maximum number of threads +workerPoolStrategy | ROUND_ROBIN/LESS_RECENTLY_USED/... | [poolifier](https://github.com/pioardi/poolifier) default: ROUND_ROBBIN | string | worker threads pool [poolifier](https://github.com/pioardi/poolifier) worker choice strategy chargingStationsPerWorker | | 1 | integer | number of charging stations per worker threads for the `workerSet` process type logConsole | true/false | false | boolean | output logs on the console logFormat | | simple | string | winston log format