Skip to content

Commit

Permalink
Revert "Update FoiaRequestInterface.php with new var value"
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkin authored Oct 2, 2023
1 parent 2ff237c commit 6868ea8
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 6868ea8

Please sign in to comment.