Browse Source

auto commit

tags/v1.0.0
yitter 4 years ago
parent
commit
10bdef53c5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -103,11 +103,11 @@ QQ群:646049993
<font color="#11aaff" size="5">❄</font> WorkerIdBitLength,决定 WorkerId 的最大值。 <font color="#11aaff" size="5">❄</font> WorkerIdBitLength,决定 WorkerId 的最大值。
<font color="#11aaff" size="5">❄</font> SeqBitLength,决定每毫秒生成的ID个数。
<font color="#11aaff" size="5">❄</font> SeqBitLength,决定每毫秒生成的 ID 个数。
<font color="#11aaff" size="5">❄</font> WorkerIdBitLength + SeqBitLength 必须小于12。
<font color="#11aaff" size="5">❄</font> WorkerIdBitLength + SeqBitLength 不能超过 22。
<font color="#11aaff" size="5">❄</font> WorkerId,最大值2^WorkerIdBitLength-1。
<font color="#11aaff" size="5">❄</font> WorkerId,最大值 2^WorkerIdBitLength-1。
💍 默认配置值: 💍 默认配置值:


Loading…
Cancel
Save