auto commit
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Yitter.IdGenerator
|
||||
if (_IdGenInstance == null)
|
||||
{
|
||||
_IdGenInstance = new DefaultIdGenerator(
|
||||
new IdGeneratorOptions() { WorkerId = 1 }
|
||||
new IdGeneratorOptions() { WorkerId = 0 }
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user