mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: verify SLD before adding connector
This commit is contained in:
@@ -69,7 +69,7 @@ class StatisticsController extends AbstractController
|
||||
$value = $getItemFunction();
|
||||
$item
|
||||
->set($value)
|
||||
->expiresAfter(24 * 60 * 60);
|
||||
->expiresAfter(new \DateInterval('PT6H'));
|
||||
$this->pool->save($item);
|
||||
|
||||
return $value;
|
||||
|
||||
Reference in New Issue
Block a user