Skip to content

Commit

Permalink
Remediate untruths.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Feb 28, 2025
1 parent 0e51ecf commit 84805c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/GeneralConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ class GeneralConfig extends BaseConfig
/**
* @var mixed The default length of time Craft will store data, RSS feed, and template caches.
*
* If set to `0`, data and RSS feed caches will be stored indefinitely; template caches will be stored for one year.
* If set to `0`, data and RSS feed caches will be stored indefinitely.
*
* See [[ConfigHelper::durationInSeconds()]] for a list of supported value types.
*
Expand Down Expand Up @@ -3787,7 +3787,7 @@ public function buildId(?string $value): self
/**
* The default length of time Craft will store data, RSS feed, and template caches.
*
* If set to `0`, data and RSS feed caches will be stored indefinitely; template caches will be stored for one year.
* If set to `0`, data and RSS feed caches will be stored indefinitely.
*
* See [[ConfigHelper::durationInSeconds()]] for a list of supported value types.
*
Expand Down

0 comments on commit 84805c8

Please # to comment.