change Grace period zu 24h

This commit is contained in:
Jürgen Mummert
2026-01-05 10:43:16 +01:00
parent 6ea558bbca
commit ac001fb53c
@@ -27,7 +27,7 @@ class MeilisearchFilesCleanupCommand extends Command
null,
InputOption::VALUE_OPTIONAL,
'Grace period in seconds (files newer than now-grace are kept)',
3600
86400 // 24 Stunden
)
->addOption(
'dry-run',