mirror of https://github.com/halo-dev/halo
![]() #### 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 修改发布文章的等待时间以防止因数据库执行延迟较高导致的错误提示 ``` |
||
---|---|---|
.. | ||
src | ||
build.gradle |