MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2015-07-04, 19:48:44

Title: Reduce microcache from 10s to 1s
Post by: Spacedust on 2015-07-04, 19:48:44
10s makes a lot of trouble. Customer is changing PHP version and sees old version, customer needs realtime data and get 10s delay...
Title: Re: Reduce microcache from 10s to 1s
Post by: MRatWork on 2015-07-04, 22:22:51
Modified all custom.php-fpm* and custom.proxy* in ... from 'fastcgi_cache_valid 200 10s' to '#fastcgi_cache_valid 200 10s' and 'proxy_cache_valid 200 10s' to '#proxy_cache_valid 200 10s'. And then run 'sh /script/restart-web -y'.
Title: Re: Reduce microcache from 10s to 1s
Post by: Spacedust on 2015-07-05, 00:18:24
Modified all custom.php-fpm* and custom.proxy* in ... from 'fastcgi_cache_valid 200 10s' to '#fastcgi_cache_valid 200 10s' and 'proxy_cache_valid 200 10s' to '#proxy_cache_valid 200 10s'. And then run 'sh /script/restart-web -y'.

I know ;)