We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ebd5f commit 9d13206Copy full SHA for 9d13206
dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
@@ -94,7 +94,7 @@ public class Startup
94
95
static readonly ILog log = log4net.LogManager.GetLogger(typeof(Startup));
96
const int DEFAULT_SESSION_TIMEOUT_MINUTES = 20;
97
- const int DEFAULT_MAX_FILE_UPLOAD_SIZE_BYTES = 500000000;
+ const int DEFAULT_MAX_FILE_UPLOAD_SIZE_BYTES = 528000000;
98
public static string VirtualPath = string.Empty;
99
public static string LocalPath = Directory.GetCurrentDirectory();
100
0 commit comments