Index: openacs-4/packages/acs-subsite/tcl/group-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/group-init.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/tcl/group-init.tcl 3 Sep 2024 15:37:33 -0000 1.2 +++ openacs-4/packages/acs-subsite/tcl/group-init.tcl 6 Nov 2024 15:51:58 -0000 1.3 @@ -1,14 +1,15 @@ -# -# Create group cache. The sizes can be tailored in the config -# file like the following: -# -# ns_section ns/server/${server}/acs/acs-subsite -# ns_param GroupCache 2MB -# ::acs::KeyPartitionedCache create ::acs::group_cache \ -package_key acs-subsite \ -parameter GroupCache \ - -default_size 2MB + -default_size 2MB { + # + # Create group cache. The sizes can be tailored in the config + # file like the following: + # + # ns_section ns/server/${server}/acs/acs-subsite + # ns_param GroupCache 2MB + # + } # Local variables: # mode: tcl