启动时休眠时间调整为可配置项
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Yitter.IdGenerator
|
||||
|
||||
if (options.Method != 2)
|
||||
{
|
||||
Thread.Sleep(500);
|
||||
Thread.Sleep(options.SleepTime);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user