diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-29 02:07:14 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-29 02:07:14 +0100 |
commit | cc70f28f195335f4775f7b6aafe7d90210e8b700 (patch) | |
tree | e933cbccbf6d3ec3b6627bba41f4b395c38d2f27 /config/initializers | |
parent | c0555f2db6b04edfbf829696648ec3998cef9365 (diff) |
Adding rack timeout of 30sec, PuSH jobs moved to push queue so they
can be processed separately
Diffstat (limited to 'config/initializers')
-rw-r--r-- | config/initializers/timeout.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/initializers/timeout.rb b/config/initializers/timeout.rb new file mode 100644 index 000000000..8b7311e39 --- /dev/null +++ b/config/initializers/timeout.rb @@ -0,0 +1 @@ +Rack::Timeout.timeout = 30 \ No newline at end of file |