(refs #1633)Bugfix for --max_file_size parameter

This commit is contained in:
Naoki Takezoe
2017-07-07 01:54:20 +09:00
parent 872beb777f
commit b278bfd159

View File

@@ -40,7 +40,7 @@ public class JettyLauncher {
}
break;
case "--max_file_size":
System.setProperty("gitbucket.maxFileSize", dim[2]);
System.setProperty("gitbucket.maxFileSize", dim[1]);
break;
case "--gitbucket.home":
System.setProperty("gitbucket.home", dim[1]);