Since memcache is now in use to serve the json file I think you could lower the update interval to be something like every 1 hour instead of every 3 hours. The server should now easily be able to handle it as it is being served from memory instead of from a cache file.
Since memcache is now in use to serve the json file I think you could lower the update interval to be something like every 1 hour instead of every 3 hours. The server should now easily be able to handle it as it is being served from memory instead of from a cache file.