Skip to content

Commit

Permalink
fix: partition_inspection_time #9229
Browse files Browse the repository at this point in the history
  • Loading branch information
xfan0805 authored and iSecloud committed Feb 10, 2025
1 parent 4d89610 commit ad1f8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def mysql_check_partition():
mysql巡检分区执行日志
"""
try:
para = {"days": 1}
para = {"days": 3}
logs = DBPartitionApi.check_log(para)
except Exception as e: # pylint: disable=broad-except
logger.error(_("分区服务check_log接口异常: {}").format(e))
Expand Down

0 comments on commit ad1f8a4

Please sign in to comment.