Set timeout to 2 seconds for helper product-usage-notice-rules endpoint request (#50821)
This commit is contained in:
parent
dac8fa8eba
commit
9ef1b72fc1
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Set timeout to 2 seconds for helper product-usage-notice-rules endpoint request
|
|
@ -1590,6 +1590,7 @@ class WC_Helper {
|
|||
'product-usage-notice-rules',
|
||||
array(
|
||||
'authenticated' => false,
|
||||
'timeout' => 2,
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue