https://bugzilla.wikimedia.org/show_bug.cgi?id=46243
--- Comment #1 from Sam Reed (reedy) <[email protected]> --- (In reply to comment #0) > Steps to reproduce: Search for something in the Commons search. Try to step > through the search result pages. Many thumbnails need to be recreated because > nobody requested that thumbnail size for the last few weeks and it's not in a > cache because of this. All these thumbnails will fail to load. Thumbnails are cached for quite a long time. $wgThumbnailEpoch = '20120101000000'; ^ So it can be as far back as the start of 2012... Seems to be working fine for me... Where in the world are you? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
