diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-07 13:22:03 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-07 13:22:03 +0200 |
| commit | 9566570270dc403943ad54ef3ab91d9ec4389231 (patch) | |
| tree | f3204fc40c6b5d56b9da44fb153dffd6d928821b | |
| parent | f7498b63cba98288a59e7619725ac5cbf7004764 (diff) | |
Remove index cache, might be causing delay
| -rw-r--r-- | geshem.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ def fetch_latest_images(): f.write(image.content) redis.set('latest_{}'.format(res), dt) -@cache.cached(timeout=60) @app.route('/') def home(): latests = redis.pipeline().get('latest_140').get('latest_280').execute() |
