Commit b083ab83 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Increase unicorn timeout to 60 seconds

parent e586ee34
......@@ -49,7 +49,7 @@ listen "127.0.0.1:8080", :tcp_nopush => true
#
# For more information see http://stackoverflow.com/a/21682112/752049
#
timeout 30
timeout 60
# feel free to point this anywhere accessible on the filesystem
pid "/home/git/gitlab/tmp/pids/unicorn.pid"
......
worker_processes 2
timeout 30
timeout 60
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment