1
0
mirror of synced 2026-02-17 10:27:55 +08:00

auto commit

This commit is contained in:
yitter
2021-04-13 15:17:24 +08:00
parent a59463e04c
commit 0db5958ce1
3 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ impl SnowWorkerM1 {
self._TurnBackIndex += 1;
// 每毫秒序列数的前5位是预留位0用于手工新值1-4是时间回拨次序
// 最多4次回拨(防止回拨重叠)
// 支持4次回拨次序避免回拨重叠导致ID重复可无限次回拨次序循环使用
if self._TurnBackIndex > 4 {
self._TurnBackIndex = 1;
}