diff --git a/src/Configurations/PageRulesActions.php b/src/Configurations/PageRulesActions.php index 70b4b3a..27790bd 100755 --- a/src/Configurations/PageRulesActions.php +++ b/src/Configurations/PageRulesActions.php @@ -117,7 +117,7 @@ class PageRulesActions implements Configurations public function setEdgeCacheTTL(int $value) { - if ($value > 2419200) { + if ($value > 2678400) { throw new ConfigurationsException('Edge Cache TTL too high.'); }