mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:50:11 +00:00
New caching system for photos
This commit is contained in:
parent
5635fe250c
commit
46c5a97a20
4 changed files with 29 additions and 5 deletions
|
@ -105,6 +105,9 @@ function poller_run(&$argv, &$argc){
|
|||
// clear old item cache files
|
||||
clear_cache();
|
||||
|
||||
// clear cache for photos
|
||||
clear_cache($a->get_basepath(), $a->get_basepath()."/photo");
|
||||
|
||||
$manual_id = 0;
|
||||
$generation = 0;
|
||||
$hub_update = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue