remove delete_old_cached_tiles task because new caching does not need this

This commit is contained in:
Laura Klünder 2017-10-24 18:14:35 +02:00
parent 6b6e3afa7b
commit 506b959946
2 changed files with 0 additions and 21 deletions

View file

@ -7,8 +7,6 @@ from django.utils.http import int_to_base36
from django.utils.timezone import make_naive
from django.utils.translation import ugettext_lazy as _
from c3nav.mapdata.tasks import delete_old_cached_tiles
class MapUpdate(models.Model):
"""
@ -75,4 +73,3 @@ class MapUpdate(models.Model):
LevelRenderData.rebuild()
cache.set('mapdata:last_update', self.to_tuple, 900)
delete_old_cached_tiles.apply_async(countdown=5)