MDL-47833 core: Change default expiry for message inbound handlers

This commit is contained in:
Dave Cooper
2014-10-27 11:53:33 +08:00
committed by Marina Glancy
parent f2bec5d9ba
commit d7f9acc46a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ abstract class handler {
/**
* @var int $defaultexpiration The default expiration time to use when created a new key.
*/
private $defaultexpiration = 86400;
private $defaultexpiration = WEEKSECS;
/**
* @var bool $validateaddress Whether to validate the sender address when processing this handler.