Enable async GC for all

Fixes #569
This commit is contained in:
Joseph Schorr 2015-10-19 14:22:41 -04:00
parent 601b741c4e
commit 5941f3937c
5 changed files with 2 additions and 22 deletions

View file

@ -236,9 +236,6 @@ def update_images(namespace, repository):
# Make sure the repo actually exists.
abort(404, message='Unknown repository', issue='unknown-repo')
logger.debug('GCing repository')
model.repository.garbage_collect_repository(namespace, repository)
# Generate a job for each notification that has been added to this repo
logger.debug('Adding notifications for repository')