change Grace period zu 24h
This commit is contained in:
@@ -27,7 +27,7 @@ class MeilisearchFilesCleanupCommand extends Command
|
|||||||
null,
|
null,
|
||||||
InputOption::VALUE_OPTIONAL,
|
InputOption::VALUE_OPTIONAL,
|
||||||
'Grace period in seconds (files newer than now-grace are kept)',
|
'Grace period in seconds (files newer than now-grace are kept)',
|
||||||
3600
|
86400 // 24 Stunden
|
||||||
)
|
)
|
||||||
->addOption(
|
->addOption(
|
||||||
'dry-run',
|
'dry-run',
|
||||||
|
|||||||
Reference in New Issue
Block a user