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
52c2838c
Commit
52c2838c
authored
Feb 19, 2021
by
Aleksei Lipniagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable `nakayoshi_fork` by default
parent
0834be2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
changelogs/unreleased/nakayoshi-default-enabled.yml
changelogs/unreleased/nakayoshi-default-enabled.yml
+5
-0
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.
changelogs/unreleased/nakayoshi-default-enabled.yml
0 → 100644
View file @
52c2838c
---
title
:
Enable `nakayoshi_fork` by default
merge_request
:
54688
author
:
type
:
other
config/puma.example.development.rb
View file @
52c2838c
...
...
@@ -86,7 +86,7 @@ end
# https://github.com/puma/puma/blob/master/5.0-Upgrade.md#nakayoshi_fork
if
defined?
(
nakayoshi_fork
)
nakayoshi_fork
if
ENV
[
'EN
ABLE_PUMA_NAKAYOSHI_FORK'
]
==
'true'
nakayoshi_fork
unless
ENV
[
'DIS
ABLE_PUMA_NAKAYOSHI_FORK'
]
==
'true'
end
# Use json formatter
...
...
config/puma.rb.example
View file @
52c2838c
...
...
@@ -76,7 +76,7 @@ end
# https://github.com/puma/puma/blob/master/5.0-Upgrade.md#nakayoshi_fork
if defined?(nakayoshi_fork)
nakayoshi_fork
if ENV['EN
ABLE_PUMA_NAKAYOSHI_FORK'] == 'true'
nakayoshi_fork
unless ENV['DIS
ABLE_PUMA_NAKAYOSHI_FORK'] == 'true'
end
# Use json formatter
...
...
config/puma_actioncable.example.development.rb
View file @
52c2838c
...
...
@@ -86,7 +86,7 @@ end
# https://github.com/puma/puma/blob/master/5.0-Upgrade.md#nakayoshi_fork
if
defined?
(
nakayoshi_fork
)
nakayoshi_fork
if
ENV
[
'EN
ABLE_PUMA_NAKAYOSHI_FORK'
]
==
'true'
nakayoshi_fork
unless
ENV
[
'DIS
ABLE_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