mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-24 15:30:58 +01:00
Add --upload_timeout bootstrap option (#2363)
This commit is contained in:
committed by
Naoki Takezoe
parent
6b252a7018
commit
b372c71fbf
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user