BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
123b3ec4
Commit
123b3ec4
authored
Nov 14, 2016
by
seongahjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos and grammar
parent
0f48abf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unicorn.rb.example
config/unicorn.rb.example
+2
-2
No files found.
config/unicorn.rb.example
View file @
123b3ec4
...
@@ -44,7 +44,7 @@ listen "127.0.0.1:8080", :tcp_nopush => true
...
@@ -44,7 +44,7 @@ listen "127.0.0.1:8080", :tcp_nopush => true
# nuke workers after 30 seconds instead of 60 seconds (the default)
# nuke workers after 30 seconds instead of 60 seconds (the default)
#
#
# NOTICE: git push over http depends on this value.
# NOTICE: git push over http depends on this value.
# If you want be able to push huge amount of data to git repository over http
# If you want
to
be able to push huge amount of data to git repository over http
# you will have to increase this value too.
# you will have to increase this value too.
#
#
# Example of output if you try to push 1GB repo to GitLab over http.
# Example of output if you try to push 1GB repo to GitLab over http.
...
@@ -82,7 +82,7 @@ GC.respond_to?(:copy_on_write_friendly=) and
...
@@ -82,7 +82,7 @@ GC.respond_to?(:copy_on_write_friendly=) and
check_client_connection false
check_client_connection false
before_fork do |server, worker|
before_fork do |server, worker|
# the following is highly recomended for Rails + "preload_app true"
# the following is highly recom
m
ended for Rails + "preload_app true"
# as there's no need for the master process to hold a connection
# as there's no need for the master process to hold a connection
defined?(ActiveRecord::Base) and
defined?(ActiveRecord::Base) and
ActiveRecord::Base.connection.disconnect!
ActiveRecord::Base.connection.disconnect!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment