Skip to content

Commit f4261e0

Browse files
committed
update
1 parent b91b4f9 commit f4261e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/xyz/webmc/originblacklist/base/config/OriginBlacklistConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ private static final Json5Object getDefaultConfig() {
326326
addJSONObj(uObj, "enabled", Json5Primitive.fromBoolean(true), null);
327327
addJSONObj(uObj, "allow_snapshots", Json5Primitive.fromBoolean(false), null);
328328
addJSONObj(uObj, "check_timer", Json5Primitive.fromNumber(3600), null);
329-
addJSONObj(uObj, "auto_update", Json5Primitive.fromBoolean(true), null);
329+
addJSONObj(uObj, "auto_update", Json5Primitive.fromBoolean(false), null);
330330
addJSONObj(obj, "update_checker", uObj, null);
331331
addJSONObj(obj, "blacklist_http_api", Json5Primitive.fromBoolean(false), null);
332332
addJSONObj(obj, "blacklist_to_whitelist", Json5Primitive.fromBoolean(false), null);

0 commit comments

Comments
 (0)