Index: openacs-4/packages/acs-tcl/tcl/acs-permissions-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-permissions-init.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/acs-permissions-init.tcl 3 Sep 2024 15:37:34 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/acs-permissions-init.tcl 23 Oct 2024 10:28:48 -0000 1.5 @@ -1,6 +1,6 @@ # # Create permission caches. The sizes can be tailored in the config - # file like the following: +# file like the following: # # ns_section ns/server/${server}/acs/acs-tcl # ns_param PermissionCacheSize 100KB @@ -10,7 +10,12 @@ -package_key acs-tcl \ -parameter PermissionCache \ -default_size 100KB \ - -partitions 2 + -partitions 2 { + # + # Permission cache. This partitioned cache manages partition caching. + # In case of bottlenecks, increase the number of partitions and the cache size. + # + } # Local variables: