From bd83140e9d35bd42a1fbbd597bd78e629d0e0a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=88=E7=A7=91=E6=96=AF=EF=BC=88NexIoT=EF=BC=89?= <16120872+nexiot@user.noreply.gitee.com> Date: Wed, 24 Sep 2025 13:11:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cn-universal-web/src/main/resources/application-dev.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cn-universal-web/src/main/resources/application-dev.properties b/cn-universal-web/src/main/resources/application-dev.properties index 85fec94f..2ac7164a 100644 --- a/cn-universal-web/src/main/resources/application-dev.properties +++ b/cn-universal-web/src/main/resources/application-dev.properties @@ -134,8 +134,7 @@ shard.log.virtual.number=8 shard.logMeta.table.number=24 # 每个实际节点对应虚拟节点数量 shard.logMeta.virtual.number=8 -# 新旧设备分割时间戳 -shard.device.split.timestamp=1672107427 + # ================================ # 安全配置 # ================================ -- Gitee