mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
Update api/commands.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
a58f24fbba
commit
10c93c8be8
@ -2197,7 +2197,7 @@ def migrate_oss(
|
|||||||
show_default=True,
|
show_default=True,
|
||||||
help="Graceful period in days after subscription expiration, will be ignored when billing is disabled.",
|
help="Graceful period in days after subscription expiration, will be ignored when billing is disabled.",
|
||||||
)
|
)
|
||||||
@click.option("--dry-run", is_flag=True, default=False, help="Show messages logs would be cleaned without deleteing")
|
@click.option("--dry-run", is_flag=True, default=False, help="Show messages logs would be cleaned without deleting")
|
||||||
def clean_expired_messages(
|
def clean_expired_messages(
|
||||||
batch_size: int,
|
batch_size: int,
|
||||||
graceful_period: int,
|
graceful_period: int,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user