1
0
mirror of synced 2026-02-23 05:17:55 +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 }
);
}