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.1 -r1.2 --- openacs-4/packages/acs-subsite/tcl/group-init.tcl 14 Sep 2018 19:45:52 -0000 1.1 +++ openacs-4/packages/acs-subsite/tcl/group-init.tcl 3 Sep 2024 15:37:33 -0000 1.2 @@ -1,13 +1,17 @@ - # # 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 2000000 +# ns_param GroupCache 2MB # ::acs::KeyPartitionedCache create ::acs::group_cache \ -package_key acs-subsite \ -parameter GroupCache \ - -default_size 2000000 + -default_size 2MB +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: