Skip to content

Commit

Permalink
Merge pull request #558 from usdoj/revert-557-FOIA-190242-hotfix
Browse files Browse the repository at this point in the history
Revert "Update FoiaRequestInterface.php with new var value"
  • Loading branch information
ameshkin authored Oct 2, 2023
2 parents 2ff237c + 6868ea8 commit 602b8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 602b8ed

Please sign in to comment.