mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Do not use transient expiration longer than month to support memcached
This commit is contained in:
parent
7571a1cea8
commit
e16a8c4ff3
5 changed files with 7 additions and 7 deletions
|
@ -64,7 +64,7 @@ class OnboardingUrl {
|
|||
*
|
||||
* @var int
|
||||
*/
|
||||
private $cache_ttl = 3 * MONTH_IN_SECONDS;
|
||||
private $cache_ttl = MONTH_IN_SECONDS;
|
||||
|
||||
/**
|
||||
* The TTL for the previous token cache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue