From eb6435acb3881eba167a6718b94f2b6f3a4da195 Mon Sep 17 00:00:00 2001 From: yitter Date: Mon, 10 May 2021 00:41:11 +0800 Subject: [PATCH] auto commit --- C#.NET/source/Yitter.IdGenerator/YitIdHelper.cs | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/C#.NET/source/Yitter.IdGenerator/YitIdHelper.cs b/C#.NET/source/Yitter.IdGenerator/YitIdHelper.cs index c7bee20..96db89b 100644 --- a/C#.NET/source/Yitter.IdGenerator/YitIdHelper.cs +++ b/C#.NET/source/Yitter.IdGenerator/YitIdHelper.cs @@ -42,7 +42,7 @@ namespace Yitter.IdGenerator if (_IdGenInstance == null) { _IdGenInstance = new DefaultIdGenerator( - new IdGeneratorOptions() { WorkerId = 1 } + new IdGeneratorOptions() { WorkerId = 0 } ); } diff --git a/README.md b/README.md index fca244f..39ce6d3 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ ## 技术支持 -开源地址1:https://github.com/yitter/IdGenerator - -开源地址2:https://gitee.com/yitter/IdGenerator +开源地址:https://github.com/yitter/IdGenerator QQ群:646049993