diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-23 17:11:16 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-23 17:11:16 +0300 |
commit | b083ab83ea5c5d63d4cc96f4179e9b7d5fb8f520 (patch) | |
tree | 0fe94242b4c8937904e104766ac75537b4a883bc /config/unicorn.rb.example.development | |
parent | e586ee347f7740d2c16018a547fce7d3de9c3eb5 (diff) | |
download | gitlab-ce-b083ab83ea5c5d63d4cc96f4179e9b7d5fb8f520.tar.gz |
Increase unicorn timeout to 60 seconds
Diffstat (limited to 'config/unicorn.rb.example.development')
-rw-r--r-- | config/unicorn.rb.example.development | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicorn.rb.example.development b/config/unicorn.rb.example.development index 94a7061451d..3cd00d53a15 100644 --- a/config/unicorn.rb.example.development +++ b/config/unicorn.rb.example.development @@ -1,2 +1,2 @@ worker_processes 2 -timeout 30 +timeout 60 |