Default to using rails.

This commit is contained in:
Tom Hughes 2008-07-16 22:59:10 +00:00
parent c878da25cf
commit 1cd26357f0

View file

@ -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