Skip to content

Commit

Permalink
Update Consts.cs (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkalapos authored Aug 12, 2021
1 parent 64a926c commit f6d9ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elastic.Apm.AspNetCore/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Elastic.Apm.AspNetCore
{
internal static class Consts
{
public const int RequestBodyMaxLength = 2048;
public const int RequestBodyMaxLength = 10000;

internal static class OpenIdClaimTypes
{
Expand Down

0 comments on commit f6d9ba1

Please sign in to comment.