This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 2bae34f1f67b8558bef4c57fb2f584c2a113060d Author: juanpablo <[email protected]> AuthorDate: Fri Mar 20 19:35:56 2020 +0100 change comment in jspwiki.properties so it aligns with property's default value --- jspwiki-main/src/main/resources/ini/jspwiki.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jspwiki-main/src/main/resources/ini/jspwiki.properties b/jspwiki-main/src/main/resources/ini/jspwiki.properties index 60f9f88..9b7831f 100644 --- a/jspwiki-main/src/main/resources/ini/jspwiki.properties +++ b/jspwiki-main/src/main/resources/ini/jspwiki.properties @@ -74,7 +74,7 @@ jspwiki.pageProvider = FileSystemProvider # Set to true, if you want to cache page data into memory. This is # in general a good idea. # -# Default is false (no cache). +# Default is true (use cache). # # NB: This replaces the JSPWiki 1.x "CachingProvider" setting, since it # probably was too confusing.
