core: Improve global setting grammar.
This commit is contained in:
parent
44d9f69434
commit
0cb5025a16
@ -356,7 +356,7 @@ static JSValue _util_defaultGlobalSettings(JSContext* context, JSValueConst this
|
|||||||
.default_value = JS_NewInt32(context, 2) },
|
.default_value = JS_NewInt32(context, 2) },
|
||||||
{ .name = "delete_stale_feeds",
|
{ .name = "delete_stale_feeds",
|
||||||
.type = "boolean",
|
.type = "boolean",
|
||||||
.description = "Periodically delete feeds that visible from local accounts and related follows.",
|
.description = "Periodically delete feeds that aren't visible from local accounts or related follows.",
|
||||||
.default_value = JS_FALSE },
|
.default_value = JS_FALSE },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user