Skip to content

Commit ad1f8a4

Browse files
xfan0805iSecloud
authored andcommitted
fix: partition_inspection_time #9229
1 parent 4d89610 commit ad1f8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbm-ui/backend/db_periodic_task/local_tasks/mysql_check_partition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def mysql_check_partition():
3030
mysql巡检分区执行日志
3131
"""
3232
try:
33-
para = {"days": 1}
33+
para = {"days": 3}
3434
logs = DBPartitionApi.check_log(para)
3535
except Exception as e: # pylint: disable=broad-except
3636
logger.error(_("分区服务check_log接口异常: {}").format(e))

0 commit comments

Comments
 (0)