Maximum value of Edge Cache TTL (#125)
It is possible to choose a month value, so the value parameter can be greater
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user