From e4b58234af275673b4d5ce9dc03cb3c6f6478d45 Mon Sep 17 00:00:00 2001 From: freerk-mpluskassa <44289792+freerk-mpluskassa@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:41:37 +0100 Subject: [PATCH] Changed default cache mode to WSDL_CACHE_MEMORY --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 2b8c87b..529c74e 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -76,7 +76,7 @@ class MplusQAPIclient /** * @var */ - private $cache_wsdl = WSDL_CACHE_DISK; + private $cache_wsdl = WSDL_CACHE_MEMORY; /** * @var */