Skip to content
Snippets Groups Projects
Commit 110780b1 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

remove stale todo

parent b09e29a0
No related branches found
No related tags found
No related merge requests found
...@@ -63,9 +63,6 @@ class PreviewUrlResource(BaseMediaResource): ...@@ -63,9 +63,6 @@ class PreviewUrlResource(BaseMediaResource):
url = request.args.get("url")[0] url = request.args.get("url")[0]
ts = request.args.get("ts")[0] if "ts" in request.args else self.clock.time_msec() ts = request.args.get("ts")[0] if "ts" in request.args else self.clock.time_msec()
# TODO: keep track of whether there's an ongoing request for this preview
# and block and return their details if there is one.
# first check the memory cache - good to handle all the clients on this # first check the memory cache - good to handle all the clients on this
# HS thundering away to preview the same URL at the same time. # HS thundering away to preview the same URL at the same time.
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment