[Kernel] Change deferred overlap delay from 100ms to 25ms

This commit is contained in:
Gliniak
2025-10-29 23:31:17 +01:00
parent dffba5a81e
commit 8d2d80dfde

View File

@@ -43,7 +43,7 @@ DECLARE_string(cl);
namespace xe {
namespace kernel {
constexpr std::chrono::milliseconds kDeferredOverlappedDelayMillis(100);
constexpr std::chrono::milliseconds kDeferredOverlappedDelayMillis(25);
// This is a global object initialized with the XboxkrnlModule.
// It references the current kernel state object that all kernel methods should