mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	Add --disable_cache option to disable cache (#3245)
This commit is contained in:
		| @@ -111,6 +111,9 @@ public class JettyLauncher { | ||||
|                         case "--jetty_idle_timeout": | ||||
|                             jettyIdleTimeout = dim[1]; | ||||
|                             break; | ||||
|                         case "--disable_cache": | ||||
|                             System.setProperty("gitbucket.disableCache", dim[1]); | ||||
|                             break; | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user