X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/84d90fabe44a7aff9a111162cbd1e1d463ac1f9c..0ff89c31e4f8a0c3fc31772c4cf914c4fd7f5656:/config/initializers/potlatch.rb diff --git a/config/initializers/potlatch.rb b/config/initializers/potlatch.rb deleted file mode 100644 index 223083b7e..000000000 --- a/config/initializers/potlatch.rb +++ /dev/null @@ -1,6 +0,0 @@ -# Load presets -POTLATCH_PRESETS = Potlatch::Potlatch.get_presets - -# Use SQL (faster) or Rails (more elegant) for common Potlatch reads -# getway speedup is approximately x2, whichways approximately x7 -POTLATCH_USE_SQL = false