Skip to content

Commit 1065b1e

Browse files
docs - Apply suggestions from code review
Co-authored-by: kirkrodrigues <[email protected]>
1 parent 8b456ae commit 1065b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/clp-py-utils/clp_py_utils/clp_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def transform_for_container(self):
264264

265265
class CompressionScheduler(BaseModel):
266266
jobs_poll_delay: PositiveFloat = 0.1 # seconds
267-
max_concurrent_tasks_per_job: NonNegativeInt = 0 # set to 0 to remove the limit
267+
max_concurrent_tasks_per_job: NonNegativeInt = 0 # A value of 0 disables the limit
268268
logging_level: LoggingLevel = "INFO"
269269

270270

components/package-template/src/etc/clp-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626
#compression_scheduler:
2727
# jobs_poll_delay: 0.1 # seconds
28-
# max_concurrent_tasks_per_job: 0 # set to 0 to remove the limit
28+
# max_concurrent_tasks_per_job: 0 # A value of 0 disables the limit
2929
# logging_level: "INFO"
3030
#
3131
#query_scheduler:

0 commit comments

Comments
 (0)