Skip to content

Commit

Permalink
Add disclaimer about db free space reclaim
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Oct 29, 2024
1 parent 0080502 commit 91932ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/DatabaseEvictStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function execute(): void
$readableFileSize = $this->bytesToHuman($this->deletedRecordSizes);
Partyline::info("Took {$this->elapsedTime} seconds.");
Partyline::info("Removed {$this->deletedRecords} expired cache records. Estimated total size: $readableFileSize");
Partyline::info("Note: no free space reclaimed; reclaiming free space should be done manually!");
}

protected function yieldCacheTableItems(): \Generator
Expand Down

0 comments on commit 91932ba

Please sign in to comment.