diff --git a/src/hook.cpp b/src/hook.cpp index 9661138..86720a7 100644 --- a/src/hook.cpp +++ b/src/hook.cpp @@ -10,7 +10,7 @@ namespace { using SetSchemeModeFn = void (*)(int, const MethodInfo*); constexpr int kHttpSchemeType = 0; constexpr DWORD kHookPollIntervalMs = 500; - constexpr DWORD kGameAssemblySettleDelayMs = 5000; + constexpr DWORD kGameAssemblySettleDelayMs = 100; constexpr int kHookPollMaxAttempts = 600; volatile LONG g_hook_installed = 0;