Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
一个大json,ApiServer 报错,超时 demo
  • Loading branch information
wangning08115 committed Dec 2, 2024
1 parent 10e3aed commit 58bc6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public string BigJsonTest()
{
StringBuilder sb = new StringBuilder();
//拼接10万次 就报错了
for (int i = 0; i < 100; i++)
for (int i = 0; i < 10000; i++)
{
sb.AppendLine("big json big json big json big json big json big json big json big json big json big json big json big json big json big json big json big json big json big json big json ");
}
Expand Down

0 comments on commit 58bc6a7

Please sign in to comment.