diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-19 15:56:26 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-19 15:56:26 -0500 |
commit | ff1e9e96b64225882d97f8b55057867f1ee95ff7 (patch) | |
tree | f25cf603360b19f58c066f4ac796644665403bb8 | |
parent | 31f8909f9b2fb6dbe3633dd6fa1230787ffff5bf (diff) | |
download | mediagoblin-ff1e9e96b64225882d97f8b55057867f1ee95ff7.tar.lz mediagoblin-ff1e9e96b64225882d97f8b55057867f1ee95ff7.tar.xz mediagoblin-ff1e9e96b64225882d97f8b55057867f1ee95ff7.zip |
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.
-rw-r--r-- | mediagoblin/config_spec.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index b5c957c8..f3f3f7ab 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -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. |