evorepo/mirrors/management
Dan McGee 7a320edae1 Move database interaction out of the threaded section
We were seeing a lot of hangs and long-running never-ending processes. This
might be due to some multithreading issues within Django, so move the save()
calls to a loop after the join() on the threads doing the mirror polling.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-13 13:40:01 -06:00
..
commands Move database interaction out of the threaded section 2010-12-13 13:40:01 -06:00
__init__.py Add 'mirrorcheck' command 2010-09-21 09:10:33 -05:00