dispatcher: WinRM staging chunks sized for cmd.exe 8191 (2000 b64 chars per call) #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "windows-readiness-probe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The staged path used 6000-char chunks, still over cmd.exe's 8191 limit ('winrm_stage_exit=1 The command line is too long', key.store run 18552). Now 2000 base64 chars per stage call; e2e (padded past 8 KiB) green on the forge in 36 s.