max_vevent_rrule_occurrence: rename option
This commit is contained in:
@@ -254,9 +254,9 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
||||
"value": "10000000",
|
||||
"help": "maximum size of resource (default: 10 Mbyte)",
|
||||
"type": positive_int}),
|
||||
("max_vevent_rrule_entries", {
|
||||
("max_vevent_rrule_occurrence", {
|
||||
"value": "10000",
|
||||
"help": "maximum of RRULE entries (default: 10000)",
|
||||
"help": "maximum occurrence by an RRULE (default: 10000)",
|
||||
"type": positive_int}),
|
||||
("timeout", {
|
||||
"value": "30",
|
||||
|
||||
Reference in New Issue
Block a user