MDL-47833 core: Change default expiry for message inbound handlers
This commit is contained in:
committed by
Marina Glancy
parent
f2bec5d9ba
commit
d7f9acc46a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user