Skip to content

Commit

Permalink
keep the dict setting separate
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Feb 3, 2025
1 parent c7d7338 commit e4fe8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/deletes.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DeleteConfig(Config):
)
max_execution_time: int = pydantic.Field(
default=0,
description="The maximum amount of time to wait for any step to complete before considering the operation "
description="The maximum amount of time to wait for the dictionary load to complete before considering the operation "
"a failure, or 0 to wait an unlimited amount of time.",
)
max_memory_usage: int = pydantic.Field(
Expand Down

0 comments on commit e4fe8e1

Please sign in to comment.