Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update the waiting time for publishing post (#4810)
#### What type of PR is this? /kind improvement /area core /milestone 2.11.x #### What this PR does / why we need it: 修改发布文章的等待时间以防止因数据库执行延迟较高导致的错误提示 最大等待时间为:`100ms * 2 ^ (retryNum - 1)` = `1600ms` 总共需等待时间为:`100ms * (2 ^ retryNum - 1)` = `3100ms` #### Does this PR introduce a user-facing change? ```release-note 修改发布文章的等待时间以防止因数据库执行延迟较高导致的错误提示 ```
- Loading branch information