From 6868ea8f02f8736740e0167609274aba2aa5b4ab Mon Sep 17 00:00:00 2001 From: Amir Meshkin Date: Mon, 2 Oct 2023 16:05:02 -0400 Subject: [PATCH] Revert "Update FoiaRequestInterface.php with new var value" --- .../custom/foia_request/src/Entity/FoiaRequestInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.