10 seconds to gc.

This commit is contained in:
AnduinXue
2023-11-28 09:16:49 +00:00
parent 60698238b7
commit b538c49378
@@ -66,7 +66,7 @@ public class GamesController : Controller
subscription = channel.Subscribe(async t => { await _pusher.SendMessage(t.Content); });
while (_pusher.Connected)
{
await Task.Delay(1000);
await Task.Delay(10 * 1000);
}
}
finally