Skip to content

Commit

Permalink
Merge pull request #917 from ironmansoftware/527
Browse files Browse the repository at this point in the history
Fixes #527
  • Loading branch information
adamdriscoll committed Jun 28, 2019
2 parents db22c18 + 280ba80 commit ce4a5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UniversalDashboard/Server/Server.cs
Expand Up @@ -112,6 +112,7 @@ public void Start(DashboardOptions dashboardOptions)
}
});
options.Limits.MaxRequestBodySize = null;
});

builder = builder
Expand Down

0 comments on commit ce4a5b3

Please sign in to comment.