Skip to content

Commit 7135614

Browse files
liqiang-fit2cloudliuruibin
authored andcommitted
refactor: rename env CORE_WORKER to MAXKB_CORE_WORKER.
1 parent eb0b8d6 commit 7135614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def start_services():
5252
if args.worker:
5353
start_args.extend(['--worker', str(args.worker)])
5454
else:
55-
worker = os.environ.get('CORE_WORKER')
55+
worker = os.environ.get('MAXKB_CORE_WORKER')
5656
if isinstance(worker, str) and worker.isdigit():
5757
start_args.extend(['--worker', worker])
5858

0 commit comments

Comments
 (0)