mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KDCOM]
Increase KdpStallScaleFactor by a factor of 10. Fixes initial delay of debug output on faster PCs with WinDBG. svn path=/trunk/; revision=52514
This commit is contained in:
parent
9629690528
commit
afc124a8c2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ PFNDBGPRNT KdpDbgPrint = NULL;
|
|||
ULONG CurrentPacketId = INITIAL_PACKET_ID | SYNC_PACKET_ID;
|
||||
ULONG RemotePacketId = 0;
|
||||
BOOLEAN KdpPhase1Complete = FALSE;
|
||||
ULONG KdpStallScaleFactor = 1000;
|
||||
ULONG KdpStallScaleFactor = 10000;
|
||||
|
||||
|
||||
/* PRIVATE FUNCTIONS **********************************************************/
|
||||
|
|
Loading…
Reference in a new issue