On Aug 1, 2007, at 12:39 PM, Benjamin Weser wrote:

Hello everybody,

Whenever I create a queue or only change its name, this change will be
visible after a relogin.
I thought it could be a problem of cache so I looked for cache in the
RT_Config.pm and found this entry which should be ok like it is:
Set($WebFlushDbCacheEveryRequest, '1');

I also added
Set($WebSessionClass , 'Apache::Session::File');
to my RT_SiteConfig.pm because it's possible that we will use
non-ASCII-letters too but this didn't work either.

There was no other entry which I would reference to this problem. Does
anybody has a suggestion how this problem could be solved that changes
to queues will be seen instantly?

RT3.6.4 is running on an openSuSE10.2, Apache2.2.3, mysql5.0.26 and
mod_perl2.0.2 since RT with fastcgi never worked here.


Actually, that's /Elements/SelectQueue doing a bit of caching. Otherwise, you'd be generating rather a few SQL queries on every page load that are completely unnecessary 99.99% of the time.

Best,
Jesse


Cheers,
Ben
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com


Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to