Suppress DUID mismatch check resulting in create account hang (#3)

* test duuid mismatch failures

* add variables to trigger or suppress DUID mismatch

* update docs

* turn on by default
This commit is contained in:
devin
2026-07-14 13:36:52 -04:00
committed by GitHub
parent a6e4555a00
commit 6a62f0cc1d
8 changed files with 436 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public class SendRequestPatch
}
// Cap logged bodies so a large response/request doesn't flood the log.
private const int MaxLoggedBodyLength = 1000;
private const int MaxLoggedBodyLength = 10000;
private static string Truncate(string s)
{