231
This commit is contained in:
parent
5666bd3cc9
commit
26862f20a0
|
|
@ -898,7 +898,7 @@ namespace ShengShengBuXi.Hubs
|
|||
{
|
||||
// 获取随机等待时间(5-10秒)
|
||||
|
||||
int nextInterval = new Random().Next(5000, 10000);
|
||||
int nextInterval = new Random().Next(10000, 30000);
|
||||
|
||||
// 设置下一次触发时间
|
||||
_displayTextTimer.Change(nextInterval, Timeout.Infinite);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user