summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-19 20:56:31 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-20 10:16:17 +0200
commit41e981740ffc54f68ae5f8fe7b719183cd125094 (patch)
treef5f2899e25238df2e58a4fd30418dcbdf59c32c2 /config
parent729b358ff2981d8931e27fdc33d29b9528232c32 (diff)
downloadgitlab-ce-41e981740ffc54f68ae5f8fe7b719183cd125094.tar.gz
Use 2 workers in development
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/unicorn_development.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/unicorn_development.rb b/config/unicorn_development.rb
new file mode 100644
index 00000000000..94a7061451d
--- /dev/null
+++ b/config/unicorn_development.rb
@@ -0,0 +1,2 @@
+worker_processes 2
+timeout 30