phpThumb cache problems

Posted by Cabeludo on Stack Overflow See other posts from Stack Overflow or by Cabeludo
Published on 2009-10-30T12:24:09Z Indexed on 2010/04/21 13:33 UTC
Read the original article Hit count: 330

Filed under:
|
|
|
|

I'm using phpThumb - the PHP thumbnail generator.

'phpThumb.config.php':

$PHPTHUMB_CONFIG['cache_maxage'] = 10; 

$PHPTHUMB_CONFIG['cache_maxsize'] = 1000; 

$PHPTHUMB_CONFIG['cache_maxfiles'] = 10;

but it does nothing... I've got 108 MB in 922 files... and it keeps growing.

Thanks for any suggestions.

© Stack Overflow or respective owner

Related posts about php

Related posts about thumb