dansan / spring-replay-site

Website to upload, comment and download replays from/for the SpringRTS engine
http://replays.springrts.com/
GNU General Public License v3.0
11 stars 1 forks source link

don't cache auth infos #133

Open dansan opened 4 years ago

dansan commented 4 years ago

Caching of login data leads to some users being able to login and other don't, when the XMLRPC service that is used as backend is unavailable. That makes debugging more difficult. The service is not expensive, so caching is not needed.