Temporarily disable garbage collection
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 19 Sep 2014 20:56:26 +0000 (15:56 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 19 Sep 2014 20:56:26 +0000 (15:56 -0500)
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.

mediagoblin/config_spec.ini

index b5c957c8acba8a17cdcc5d17dcea41b59ad3e856..f3f3f7ab1783947dbb0e7619cf97c9749bffcaa4 100644 (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)
 # 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 supports more directives than the minimum required by mediagoblin.