mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	Restructure settings UI (#2413)
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user