upd: 调整最大重试次数5次

This commit is contained in:
骑着蜗牛追导弹 2024-12-07 15:35:22 +08:00
parent 49860000fc
commit dbfd214579
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class ConfigClient {
/**
* 最大重试次数
*/
private static final int MAX_RETRY_COUNT = 2;
private static final int MAX_RETRY_COUNT = 5;
/**
* 当前重试次数