Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.546 -r1.547 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Oct 2024 15:16:27 -0000 1.546 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Oct 2024 12:14:49 -0000 1.547 @@ -656,7 +656,15 @@ -package_key xowiki \ -parameter Cache \ -default_size 600000 \ - -partitions 2 + -partitions 2 { + # + # Xowiki cache. This partitioned cache is used for various + # caching purposes for xowiki. It is used for example for + # caching includlets (when requested), or for full file + # names of xowiki::File objects. In case of bottlenecks, + # increase the number of partitions and the cache size. + # + } } #############################