From 1cd26357f024874b2c3bfbb332289fe3bb7622b8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Jul 2008 22:59:10 +0000 Subject: [PATCH] Default to using rails. --- config/initializers/potlatch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2