Restructure settings UI (#2413)

This commit is contained in:
Naoki Takezoe
2020-01-13 02:28:30 +09:00
committed by GitHub
parent 6225fd79fc
commit 917b204e5b
14 changed files with 308 additions and 227 deletions

View File

@@ -41,12 +41,6 @@ public class JettyLauncher {
case "--prefix":
contextPath = dim[1];
break;
case "--max_file_size":
System.setProperty("gitbucket.maxFileSize", dim[1]);
break;
case "--upload_timeout":
System.setProperty("gitbucket.UploadTimeout", dim[1]);
break;
case "--gitbucket.home":
System.setProperty("gitbucket.home", dim[1]);
break;