src/main/java/com/gitblit/IStoredSettings.java
@@ -161,7 +161,7 @@ /** * Returns an long filesize from a string value such as 50m or 50mb * @param name * @param n * @param defaultValue * @return a long filesize or defaultValue if the key does not exist or can * not be parsed @@ -288,6 +288,16 @@ } /** * Override the specified key with the specified value. * * @param key * @param value */ public void overrideSetting(String key, int value) { overrides.put(key, "" + value); } /** * Updates the values for the specified keys and persists the entire * configuration file. *