fix opendal config 'oss_table' and 'max_allowed_packet' (#8611)

### What problem does this PR solve?

Fix the config option name of the opendal table name and setting of
'max_allowed_packet'.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: He Wang <wanghechn@qq.com>
This commit is contained in:
He Wang
2025-07-02 16:45:01 +08:00
committed by GitHub
parent d343cb4deb
commit 695bfe34a2
2 changed files with 11 additions and 14 deletions

View File

@ -62,7 +62,7 @@ redis:
# opendal:
# scheme: 'mysql' # Storage type, such as s3, oss, azure, etc.
# config:
# oss_table: 'your_table_name'
# oss_table: 'opendal_storage'
# user_default_llm:
# factory: 'Tongyi-Qianwen'
# api_key: 'sk-xxxxxxxxxxxxx'