Skip to content

Commit 8120fc8

Browse files
committed
data: Change mbox_read_locks and mbox_write_locks to boollist.
1 parent bd74a8c commit 8120fc8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

data/settings.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8215,14 +8215,12 @@ The default should not be changed for most installations.`
82158215
default: 'fcntl',
82168216
tags: [ 'mbox' ],
82178217
seealso: [ '[[link,mbox]]' ],
8218-
values: setting_types.ENUM,
8218+
values: setting_types.BOOLLIST,
82198219
values_enum: [ 'dotlock', 'dotlock_try', 'fcntl', 'flock', 'lockf' ],
82208220
text: `
82218221
Specify which locking method(s) to use for locking the mbox files during
82228222
reading.
82238223
8224-
To use multiple values, separate them with spaces.
8225-
82268224
Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82278225
},
82288226

@@ -8243,14 +8241,12 @@ If set, this option overrides [[setting,mbox_dirty_syncs]].`
82438241
default: 'dotlock fcntl',
82448242
tags: [ 'mbox' ],
82458243
seealso: [ '[[link,mbox]]' ],
8246-
values: setting_types.ENUM,
8244+
values: setting_types.BOOLLIST,
82478245
values_enum: [ 'dotlock', 'dotlock_try', 'fcntl', 'flock', 'lockf' ],
82488246
text: `
82498247
Specify which locking method(s) to use for locking the mbox files during
82508248
writing.
82518249
8252-
To use multiple values, separate them with spaces.
8253-
82548250
Descriptions of the locking methods can be found at [[link,mbox_locking]].`
82558251
},
82568252

0 commit comments

Comments
 (0)