6 lines
227 B
Ruby
6 lines
227 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
|