Skip to content

Commit 9a760ee

Browse files
committed
Supplementary cache options patch.
Changelog excerpt: - Added a default caching prefix.
1 parent 74d15cc commit 9a760ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
7373
### v3.3.2
7474

7575
[2022.02.21; Maikuolan]: Improved IP address resolution strategy.
76+
77+
[2022.02.21; Maikuolan]: Added a default caching prefix.

assets/config.yml

Lines changed: 2 additions & 2 deletions
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.02.20).
10+
# This file: Configuration defaults file (last modified: 2022.02.21).
1111
##/
1212

1313
core:
@@ -389,7 +389,7 @@ legal:
389389
supplementary_cache_options:
390390
prefix:
391391
type: "string"
392-
default: ""
392+
default: "phpMussel_"
393393
enable_apcu:
394394
type: "bool"
395395
default: true

0 commit comments

Comments
 (0)