rubensayshi / gw2spidy

GW2Spidy - Guild Wars 2 Tradingpost Graphs
http://www.gw2spidy.com
231 stars 86 forks source link

Getting "Warning: apc_store()" errors occasionally in calls to the Item Listings API method #190

Open Testifye opened 6 years ago

Testifye commented 6 years ago

I occasionally get the following error as a row of text at the top of the results from my API call:

Warning: apc_store(): Potential cache slam averted for key '/var/sandbox/gw2spidy/config/cnf/env' in /var/sandbox/gw2spidy/vendor/igorw/src/Igorw/Silex/Env.php on line 71 {"sell-or-buy":"sell","count":1000,"page":1,"last_page":3,"total":2946,"results":[ {"listing_datetime":"2018-01-09 05:36:10 UTC","unit_price":40,"quantity":12040413,"listings":74713}, {"listing_datetime":"2018-01-09 04:57:21 UTC","unit_price":32,"quantity":12038672,"listings":74615}, ...

Is there a way to ignore this in my API calls or is this an issue that needs to be fixed on the API end?