From: Tom Hughes Date: Wed, 16 Jul 2008 22:59:10 +0000 (+0000) Subject: Default to using rails. X-Git-Tag: live~7703^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1cd26357f024874b2c3bfbb332289fe3bb7622b8?ds=sidebyside Default to using rails. --- diff --git a/config/initializers/potlatch.rb b/config/initializers/potlatch.rb index 880947148..b98d60e1a 100644 --- a/config/initializers/potlatch.rb +++ b/config/initializers/potlatch.rb @@ -3,4 +3,4 @@ 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 = true +POTLATCH_USE_SQL = false