mirror of https://github.com/BOINC/boinc.git
Small fix that should enable the serverside cache and clientside cache to cooperate (instead of only the serverside cache).
svn path=/trunk/boinc/; revision=9232
This commit is contained in:
parent
2d3e4550d6
commit
705410fc04
|
@ -150,7 +150,7 @@ function start_cache($max_age, $params=""){
|
|||
if ($no_cache) return;
|
||||
|
||||
$path = get_path($params);
|
||||
|
||||
$lastmodified = @filemtime($path);
|
||||
cache_check_diskspace(); //Check free disk space once in a while
|
||||
|
||||
if ($max_age) {
|
||||
|
|
Loading…
Reference in New Issue