Enable threaded mode.
This commit is contained in:
parent
04123e3359
commit
b125b1a2ee
1 changed files with 4 additions and 0 deletions
|
@ -65,5 +65,9 @@ module Zammad
|
||||||
|
|
||||||
# Use a different cache store in production
|
# Use a different cache store in production
|
||||||
config.cache_store = :file_store, 'tmp/cache/file_store'
|
config.cache_store = :file_store, 'tmp/cache/file_store'
|
||||||
|
|
||||||
|
# Enable threaded mode
|
||||||
|
config.threadsafe!
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue