We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 845f725 + 50ea4d6 commit f737874Copy full SHA for f737874
lib/Phpfastcache/Core/Item/CacheItemTrait.php
@@ -120,7 +120,7 @@ public function expiresAfter(int|\DateInterval|null $time): static
120
if (\is_numeric($time)) {
121
if ($time <= 0) {
122
/**
123
- * 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
124
* just recommended for sqlite. files
125
*/
126
$time = 30 * 24 * 3600 * 5;
0 commit comments