Skip to content

Commit d80245c

Browse files
committed
Do not use constant in default settings
1 parent cc05999 commit d80245c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DefaultSettings.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@
141141
'egMapsGeoCacheTtl' => 24 * 3600,
142142

143143
// Integer. If egMapsEnableGeoCache is true, determines the cache backend.
144-
// Default value: any cache available.
145-
'egMapsGeoCacheType' => CACHE_ANYTHING,
144+
// Default value: any cache available (CACHE_ANYTHING).
145+
// Possible values: https://www.mediawiki.org/wiki/Manual:$wgMainCacheType
146+
'egMapsGeoCacheType' => -1,
146147

147148

148149

0 commit comments

Comments
 (0)