1
0
mirror of synced 2025-12-12 16:18:15 +08:00

auto commit

This commit is contained in:
yitter
2021-05-10 00:41:11 +08:00
parent 8b4046658c
commit eb6435acb3
2 changed files with 2 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ namespace Yitter.IdGenerator
if (_IdGenInstance == null)
{
_IdGenInstance = new DefaultIdGenerator(
new IdGeneratorOptions() { WorkerId = 1 }
new IdGeneratorOptions() { WorkerId = 0 }
);
}

View File

@@ -3,9 +3,7 @@
## 技术支持
开源地址1https://github.com/yitter/IdGenerator
开源地址2https://gitee.com/yitter/IdGenerator
开源地址https://github.com/yitter/IdGenerator
QQ群646049993