openstreetmap-website/config/initializers/potlatch.rb
2015-02-20 08:56:16 +00:00

6 lines
225 B
Ruby

# 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