Apply suggestion from @kamronbatman

This commit is contained in:
Kamron Batman 2026-08-09 12:57:00 -07:00 committed by GitHub
parent 6aedbbe2ef
commit 587e0cac52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -617,8 +617,8 @@ public static class Core
if (_eventLoopIdleWaitMs > 0 && NetState.Ring?.SupportsHighResolutionWait == false)
{
logger.Error(
"This host cannot honour short waits (no high-resolution timer, and raising the system timer " +
"resolution failed). Idle sleeping is disabled -- the loop will spin instead, using a full core."
"This host cannot honor short waits (no high-resolution timer, and raising the system timer " +
"resolution failed). Idle sleeping is disabled. The loop will spin instead, using a full core."
);
_eventLoopIdleWaitMs = 0;