Temporarily disable garbage collection

We need to make sure we safely set up transactions here... it looks
pretty clearly like we aren't yet, so we need to review this.  This
should be re-enabled by 0.8.0.
This commit is contained in:
Christopher Allan Webber 2014-09-19 15:56:26 -05:00
parent 31f8909f9b
commit ff1e9e96b6

View File

@ -110,7 +110,9 @@ user_privilege_scheme = string(default="uploader,commenter,reporter")
# Frequency garbage collection will run (setting to 0 or false to disable) # Frequency garbage collection will run (setting to 0 or false to disable)
# Setting units are minutes. # Setting units are minutes.
garbage_collection = integer(default=60) ## NOTE: This is temporarily disabled, but we want to set it back:
## garbage_collection = integer(default=60)
garbage_collection = integer(default=0)
[jinja2] [jinja2]
# Jinja2 supports more directives than the minimum required by mediagoblin. # Jinja2 supports more directives than the minimum required by mediagoblin.