This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
discourse
Watch
1
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/codeninjasllc/discourse.git
synced
2024-11-24 16:18:42 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f7827456af
discourse
/
config
/
initializers
/
99-unicorn.rb
5 lines
104 B
Ruby
Raw
Normal View
History
Unescape
Escape
unicorn out of band GC
2013-11-14 20:15:37 -05:00
if
ENV
[
'UNICORN_ENABLE_OOBGC'
]
require
'middleware/unicorn_oobgc'
Middleware
::
UnicornOobgc
.
init
add unicorn launcher to support live reloads add oobgc rudimentary support
2013-11-12 23:28:39 -05:00
end
Reference in a new issue
Copy permalink