@@ -34,7 +34,7 @@ public class FileCleanupService {
|
|||||||
public void cleanupExpiredFiles() {
|
public void cleanupExpiredFiles() {
|
||||||
log.info("Starting cleanup of expired temporary files");
|
log.info("Starting cleanup of expired temporary files");
|
||||||
|
|
||||||
cleanupOldPeriods();
|
// cleanupOldPeriods();
|
||||||
|
|
||||||
Path tempDir = Paths.get(basePath, "temp");
|
Path tempDir = Paths.get(basePath, "temp");
|
||||||
if (!Files.exists(tempDir)) {
|
if (!Files.exists(tempDir)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user