Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -86,7 +86,8 @@ |
87 | 87 | $wgLogQueries = false; |
88 | 88 | $wgUseBetterLinksUpdate = true; |
89 | 89 | $wgUseCategoryMagic = false; |
90 | | -$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table |
| 90 | +$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table |
| 91 | +$wgCompressedPersistentLC = true; # use gzcompressed blobs |
91 | 92 | |
92 | 93 | # User rights |
93 | 94 | $wgWhitelistEdit = false; |