refactor: Adjust keep_days in CleanupDatabase.php based on environment
This commit is contained in:
parent
35dbced3c5
commit
fd855847ff
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public function handle()
|
||||||
echo "Running database cleanup in dry-run mode...\n";
|
echo "Running database cleanup in dry-run mode...\n";
|
||||||
}
|
}
|
||||||
if (isCloud()) {
|
if (isCloud()) {
|
||||||
$keep_days = 30;
|
$keep_days = 60;
|
||||||
} else {
|
} else {
|
||||||
$keep_days = 60;
|
$keep_days = 60;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue