diff --git a/docroot/modules/custom/foia_request/src/Entity/FoiaRequestInterface.php b/docroot/modules/custom/foia_request/src/Entity/FoiaRequestInterface.php index ca2fe2047..81fc04aa5 100644 --- a/docroot/modules/custom/foia_request/src/Entity/FoiaRequestInterface.php +++ b/docroot/modules/custom/foia_request/src/Entity/FoiaRequestInterface.php @@ -51,7 +51,7 @@ interface FoiaRequestInterface extends ContentEntityInterface, EntityChangedInte /** * The number of seconds before assuming that an email request was delivered. */ - const ASSUME_DELIVERED_AFTER = 5184000; + const ASSUME_DELIVERED_AFTER = 604800; /** * The max number of times to requeue failed submissions.