Browse Source

auto commit

tags/v1.2
yitter 3 years ago
parent
commit
eb6435acb3
2 changed files with 2 additions and 4 deletions
  1. +1
    -1
      C#.NET/source/Yitter.IdGenerator/YitIdHelper.cs
  2. +1
    -3
      README.md

+ 1
- 1
C#.NET/source/Yitter.IdGenerator/YitIdHelper.cs View File

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


+ 1
- 3
README.md View File

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


Loading…
Cancel
Save