1
0
mirror of synced 2026-04-25 09:48:42 +08:00

auto commit

This commit is contained in:
yitter
2022-10-02 19:36:51 +08:00
parent 0d44a08786
commit 6f8e43e7bc
5 changed files with 5 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ namespace Yitter.IdGenerator
protected byte _TimestampShift = 0;
protected static object _SyncLock = new object();
protected ushort _CurrentSeqNumber;
protected ushort _CurrentSeqNumber = 0;
protected long _LastTimeTick = 0; // -1L
protected long _TurnBackTimeTick = 0; // -1L;
protected byte _TurnBackIndex = 0;