mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	(refs #1633)Bugfix for --max_file_size parameter
This commit is contained in:
		| @@ -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]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user