Enable threaded mode.

This commit is contained in:
Martin Edenhofer 2012-05-06 22:49:15 +02:00
parent 04123e3359
commit b125b1a2ee

View file

@ -65,5 +65,9 @@ module Zammad
# Use a different cache store in production
config.cache_store = :file_store, 'tmp/cache/file_store'
# Enable threaded mode
config.threadsafe!
end
end