Skip to content

Commit 058c9da

Browse files
committed
Configuration patch.
Changelog excerpt: - Reworked how the configuration page deals with volume-based configuration.
1 parent 9fb89c3 commit 058c9da

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
9191
[2022.10.12; BaseMax]: Improved L10N for Persian/Farsi.
9292

9393
[2022.10.25; Maikuolan]: Hardened some configuration constraints.
94+
95+
[2022.10.28; Maikuolan]: Reworked how the configuration page deals with volume-based configuration.

assets/config.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2022.10.25).
10+
# This file: Configuration defaults file (last modified: 2022.10.28).
1111
##/
1212

1313
core:
@@ -23,7 +23,6 @@ core:
2323
truncate:
2424
type: "kb"
2525
default: "0KB"
26-
preview: "kb"
2726
log_rotation_limit:
2827
type: "int"
2928
default: 0
@@ -241,9 +240,7 @@ signatures:
241240
files:
242241
filesize_limit:
243242
type: "kb"
244-
step: "any"
245243
default: "64MB"
246-
preview: "kb"
247244
filesize_response:
248245
type: "bool"
249246
default: true
@@ -319,14 +316,10 @@ files:
319316
default: true
320317
decode_threshold:
321318
type: "kb"
322-
step: "any"
323319
default: "512KB"
324-
preview: "kb"
325320
scannable_threshold:
326321
type: "kb"
327-
step: "any"
328322
default: "32MB"
329-
preview: "kb"
330323
allow_leading_trailing_dots:
331324
type: "bool"
332325
default: false
@@ -343,14 +336,10 @@ quarantine:
343336
default: ""
344337
quarantine_max_filesize:
345338
type: "kb"
346-
step: "any"
347339
default: "2MB"
348-
preview: "kb"
349340
quarantine_max_usage:
350341
type: "kb"
351-
step: "any"
352342
default: "64MB"
353-
preview: "kb"
354343
quarantine_max_files:
355344
type: "int"
356345
default: 100

0 commit comments

Comments
 (0)