From 5874444df51077a9b58aba7f4efce84cc54d98f1 Mon Sep 17 00:00:00 2001
From: Administrator <1051256694@qq.com>
Date: 星期六, 21 三月 2026 20:27:17 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java b/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
index d6403f8..1e43a85 100644
--- a/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
+++ b/src/main/java/com/zy/core/thread/impl/ZyStationV5Thread.java
@@ -50,7 +50,7 @@
public class ZyStationV5Thread implements Runnable, com.zy.core.thread.StationThread {
private static final int RUN_BLOCK_REROUTE_STATE_EXPIRE_SECONDS = 60 * 60 * 24;
- private static final int SHORT_PATH_REPEAT_AVOID_THRESHOLD = 3;
+ private static final int SHORT_PATH_REPEAT_AVOID_THRESHOLD = 2;
private List<StationProtocol> statusList = new ArrayList<>();
private DeviceConfig deviceConfig;
--
Gitblit v1.9.1