Skip to content

Commit

Permalink
Merge pull request #891 from janschoenherr/patch-1
Browse files Browse the repository at this point in the history
Update comment
  • Loading branch information
Geolim4 authored Feb 2, 2023
2 parents c2dfc47 + 1ce5fd2 commit 50ea4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Phpfastcache/Core/Item/CacheItemTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function expiresAfter(int|\DateInterval|null $time): static
if (\is_numeric($time)) {
if ($time <= 0) {
/**
* 5 years, however memcached or memory cached will be gone when u restart it
* 5 months, however memcached or memory cached will be gone when u restart it
* just recommended for sqlite. files
*/
$time = 30 * 24 * 3600 * 5;
Expand Down

0 comments on commit 50ea4d6

Please sign in to comment.