1
0
mirror of synced 2025-12-18 11:08:03 +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(); IdGeneratorOptions options = new IdGeneratorOptions();
// options.WorkerIdBitLength = 6; // options.WorkerIdBitLength = 6;
// options.SeqBitLength = 6; // options.SeqBitLength = 6;
// options.TopOverCostCount = 2000; // options.BaseTime = 1582206693000L;
// options.MinSeqNumber = 5;
// options.MaxSeqNumber = 200;
options.Method = method; options.Method = method;
options.BaseTime = 1582206693000L;
options.WorkerId = 1; options.WorkerId = 1;
// 首先测试一下 IdHelper 方法获取单个Id // 首先测试一下 IdHelper 方法获取单个Id