Add --upload_timeout bootstrap option (#2363)

This commit is contained in:
Skull Writter
2019-08-25 17:43:47 +00:00
committed by Naoki Takezoe
parent 6b252a7018
commit b372c71fbf
5 changed files with 14 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ public class JettyLauncher {
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;