Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
94287216
Commit
94287216
authored
Jan 18, 2021
by
Aleksei Lipniagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make disabling nakayoshi ENV condition more strict
parent
df3cb65a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
config/puma.example.development.rb
config/puma.example.development.rb
+1
-1
config/puma.rb.example
config/puma.rb.example
+1
-1
config/puma_actioncable.example.development.rb
config/puma_actioncable.example.development.rb
+1
-1
No files found.
config/puma.example.development.rb
View file @
94287216
...
...
@@ -86,7 +86,7 @@ end
# https://github.com/puma/puma/blob/master/5.0-Upgrade.md#nakayoshi_fork
if
defined?
(
nakayoshi_fork
)
nakayoshi_fork
unless
ENV
[
'DISABLE_PUMA_NAKAYOSHI_FORK'
]
nakayoshi_fork
unless
ENV
[
'DISABLE_PUMA_NAKAYOSHI_FORK'
]
==
'true'
end
# Use json formatter
...
...
config/puma.rb.example
View file @
94287216
...
...
@@ -76,7 +76,7 @@ end
# https://github.com/puma/puma/blob/master/5.0-Upgrade.md#nakayoshi_fork
if defined?(nakayoshi_fork)
nakayoshi_fork unless ENV['DISABLE_PUMA_NAKAYOSHI_FORK']
nakayoshi_fork unless ENV['DISABLE_PUMA_NAKAYOSHI_FORK']
== 'true'
end
# Use json formatter
...
...
config/puma_actioncable.example.development.rb
View file @
94287216
...
...
@@ -86,7 +86,7 @@ end
# https://github.com/puma/puma/blob/master/5.0-Upgrade.md#nakayoshi_fork
if
defined?
(
nakayoshi_fork
)
nakayoshi_fork
unless
ENV
[
'DISABLE_PUMA_NAKAYOSHI_FORK'
]
nakayoshi_fork
unless
ENV
[
'DISABLE_PUMA_NAKAYOSHI_FORK'
]
==
'true'
end
# Use json formatter
...
...
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