Skip to content

Commit

Permalink
Changed default cache mode to WSDL_CACHE_MEMORY
Browse files Browse the repository at this point in the history
  • Loading branch information
freerk-mpluskassa authored Nov 19, 2019
1 parent 751eb5e commit e4b5823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mplusqapiclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class MplusQAPIclient
/**
* @var
*/
private $cache_wsdl = WSDL_CACHE_DISK;
private $cache_wsdl = WSDL_CACHE_MEMORY;
/**
* @var
*/
Expand Down

0 comments on commit e4b5823

Please sign in to comment.