Implemented contents_cache handler for a speed boost for many situations, as per #620.

This commit is contained in:
Griatch 2015-02-28 11:29:05 +01:00
parent 06fe2e5a9c
commit b94bb17576
6 changed files with 118 additions and 10 deletions

View file

@ -73,7 +73,7 @@ class PortalSessionHandler(SessionHandler):
if not self.portal.amp_protocol:
# if amp is not yet ready (usually because the server is
# booting up), try again a little later
reactor.CallLater(0.5, self.connect, session)
reactor.callLater(0.5, self.connect, session)
return
# sync with server-side