Up freshness interval default. (https://github.com/woocommerce/woocommerce-admin/pull/1549)
This commit is contained in:
parent
3278fb9e15
commit
ffe45e0658
|
@ -11,7 +11,7 @@ export const SWAGGERNAMESPACE = 'https://virtserver.swaggerhub.com/peterfabian/w
|
|||
|
||||
export const DEFAULT_REQUIREMENT = {
|
||||
timeout: 1 * MINUTE,
|
||||
freshness: 5 * MINUTE,
|
||||
freshness: 30 * MINUTE,
|
||||
};
|
||||
|
||||
// WordPress & WooCommerce both set a hard limit of 100 for the per_page parameter
|
||||
|
|
Loading…
Reference in New Issue