https://bugzilla.wikimedia.org/show_bug.cgi?id=33608
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bawolff <[email protected]> 2012-01-09 20:43:55 UTC --- This is caused by the wmf config line: $wgCategoryTreeDisableCache = false; which is presumably to prevent category tree from killing server kittens. CategoryTree has no cache invalidating mechanisms (That I'm aware of) so if disabling parser cache is disabled, then it just caches it until it falls out of cache. I imagine this will be wontfixed. (Although maybe cat tree could be changed to shorten the duration of the cache). Anyhow, see -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
