1
0
mirror of synced 2025-12-15 09:38:11 +08:00

auto commit

This commit is contained in:
yitter
2021-04-13 11:33:32 +08:00
parent 34175a8c7a
commit ac86450f9e

View File

@@ -24,11 +24,8 @@ public class StartUp {
IdGeneratorOptions options = new IdGeneratorOptions();
// options.WorkerIdBitLength = 6;
// options.SeqBitLength = 6;
// options.TopOverCostCount = 2000;
// options.MinSeqNumber = 5;
// options.MaxSeqNumber = 200;
// options.BaseTime = 1582206693000L;
options.Method = method;
options.BaseTime = 1582206693000L;
options.WorkerId = 1;
// 首先测试一下 IdHelper 方法获取单个Id