1
0
mirror of synced 2026-04-18 06:18:40 +08:00

启动时休眠时间调整为可配置项

This commit is contained in:
LiZhengHao
2024-10-16 14:35:26 +08:00
parent e06fc2db93
commit 162dfad61f
2 changed files with 6 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ namespace Yitter.IdGenerator
if (options.Method != 2)
{
Thread.Sleep(500);
Thread.Sleep(options.SleepTime);
}
}