kopia lustrzana https://github.com/nextcloud/social
Merge pull request #334 from nextcloud/misc/noid/5min-ttl-to-signature
signature can be 5min oldpull/341/head
commit
33aead592f
|
|
@ -68,7 +68,7 @@ class SignatureService {
|
|||
const DATE_HEADER = 'D, d M Y H:i:s T';
|
||||
const DATE_OBJECT = 'Y-m-d\TH:i:s\Z';
|
||||
|
||||
const DATE_DELAY = 30;
|
||||
const DATE_DELAY = 300;
|
||||
|
||||
|
||||
/** @var CacheActorService */
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue