Warning: session_start(): open(/var/lib/php/sessions/sess_vur4nejjgktdhmd6ngqg4o6l0i, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
cmodule CleanJavaXCache > DynPrintLogAndEnabled {
switchable int retentionHours = 48;
switchable bool verbose;
start {
// Do it now if module was just added, otherwise wait an hour
doEvery(dm_osStarting() ? 3600.0 : 0.0, 3600.0, r doIt);
}
void doIt enter {
if (!enabled) ret;
cleanJavaXCache(retentionHours, verbose);
}
}