##// END OF EJS Templates
caches: use individual namespaces per user to prevent beaker caching problems....
caches: use individual namespaces per user to prevent beaker caching problems. - especially for mysql in case large number of data in caches there could be critical errors storing cache, and thus preventing users from authentication. This is caused by the fact that we used single namespace for ALL users. It means it grew as number of users grew reaching mysql single column limit. This changes the behaviour and now we use namespace per-user it means that each user-id will have it's own cache namespace fragmenting maximum column data to a single user cache. Which we should never reach.

File last commit:

r2034:7f42b8f2 default
r2591:36829a17 stable
Show More
install-steps.rst
14 lines | 314 B | text/x-rst | RstLexer

Post Installation Tasks

The following tasks are the most common post installation requirements. Use the information in these sections to configure your instance of |RCM|.