Project

General

Profile

Bug #21766

Updated by Tom Clegg 2 months ago

Configured disk cache size does not respect configuration entry due to two bugs: 
 # Configured value does not get propagated from the loaded config to the disk cache code 
 # Percentage values (including the default 10%) are computed as x% of free space, instead of x% of total filesystem size as intended 

 Additionally, the DiskCache logging is not connected when initialized by keepclient, so even with @SystemLogs.LogLevel: debug@ the existing @debugf()@ logs do not appear. We should fix this too.

Back