RE: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Merk S
Hi Jordon, Maybe this can help? http://radiantcms.org/blog/archives/2009/06/08/developer-tips-responsecache-and-radiant-cache/ From: jor...@envygeeks.com To: radiant@radiantcms.org Date: Thu, 2 Jul 2009 14:15:56 -0500 Subject: [Radiant] Caching time - How to adjust? I hate to be

Re: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Steven Jenkins
Jordon Bedwell wrote: I hate to be repetitive and ask the same questions hundreds or thousands have asked before, but can anyone tell me how to adjust the cache time in Radiant? I understand it's 5 minutes right now but we rarely update our site more than once a week so we would like to adjust

Re: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Sean Cribbs
Jordon, If you are running 0.8.0, add this to config/environment.rb, inside the config.after_initialize block: SiteController.cache_timeout = 1.week Sean Jordon Bedwell wrote: I hate to be repetitive and ask the same questions hundreds or thousands have asked before, but can anyone tell me

RE: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Jordon Bedwell
I just noticed that if that if I use: SiteController.cache_timeout = 1.week the admin panel no longer displays properly and only the main part and not the header, footer or anything else displays. Is this a bug or can I avoid this somehow? Thanks again for the help on this situation :D

Re: [Radiant] Caching time - How to adjust?

2009-07-02 Thread Mohit Sindhwani
Jordon Bedwell wrote: -Original Message- From: radiant-boun...@radiantcms.org [mailto:radiant- boun...@radiantcms.org] On Behalf Of Sean Cribbs Jordon, If you are running 0.8.0, add this to config/environment.rb, inside the config.after_initialize block: SiteController.cache_timeout =