repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb85e2
)
Fixlet to configuration tunable deprecation
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 13 Mar 2022 22:09:55 +0000
(23:09 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 13 Mar 2022 22:09:55 +0000
(23:09 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utils/Configuration.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/Configuration.ts
b/src/utils/Configuration.ts
index b39665e5c022b0c07aa193701eeebf6eb7f61c03..7b29427030e4b73eedb7c75ffccb41c7993fa7ab 100644
(file)
--- a/
src/utils/Configuration.ts
+++ b/
src/utils/Configuration.ts
@@
-160,7
+160,7
@@
export default class Configuration {
static getWorkerProcess(): WorkerProcessType {
Configuration.warnDeprecatedConfigurationKey(
- 'useWorkerPool
;
',
+ 'useWorkerPool',
null,
"Use 'workerProcess' to define the type of worker process to use instead"
);