Skip to content

Commit 9d13206

Browse files
Adjust DEFAULT_MAX_FILE_UPLOAD_SIZE_BYTES to 528MB
1 parent 12ebd5f commit 9d13206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class Startup
9494

9595
static readonly ILog log = log4net.LogManager.GetLogger(typeof(Startup));
9696
const int DEFAULT_SESSION_TIMEOUT_MINUTES = 20;
97-
const int DEFAULT_MAX_FILE_UPLOAD_SIZE_BYTES = 500000000;
97+
const int DEFAULT_MAX_FILE_UPLOAD_SIZE_BYTES = 528000000;
9898
public static string VirtualPath = string.Empty;
9999
public static string LocalPath = Directory.GetCurrentDirectory();
100100

0 commit comments

Comments
 (0)