Implemented contents_cache handler for a speed boost for many situations, as per #620.
This commit is contained in:
parent
06fe2e5a9c
commit
b94bb17576
6 changed files with 118 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue