1
0
mirror of synced 2026-04-19 06:48:39 +08:00

auto commit

This commit is contained in:
yitter
2021-04-05 22:09:23 +08:00
parent 464b579683
commit c0c624ed35

View File

@@ -127,7 +127,6 @@ SeqBitLength = 6
* +-------------------------+------------+---------+
* +-------------------------+--- 6 bits --+- 6 bits -+
*
* 第1部分时间差是生成ID时的系统时间减去 BaseTime 的总时间差(毫秒单位)。
* 第2部分WorkerId是区分不同机器或不同应用的唯一ID最大值由 WorkerIdBitLength默认6限定。
* 第3部分自增数是每毫秒下的自增数由参数中的 SeqBitLength默认6限定。