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
32ffea69
Commit
32ffea69
authored
Sep 03, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve config/initializers/1_settings.rb
parent
5083bb09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
config/initializers/1_settings.rb
config/initializers/1_settings.rb
+1
-5
No files found.
config/initializers/1_settings.rb
View file @
32ffea69
...
...
@@ -148,14 +148,10 @@ Settings.gitlab['default_projects_features'] ||= {}
Settings
.
gitlab
[
'webhook_timeout'
]
||=
10
Settings
.
gitlab
[
'max_attachment_size'
]
||=
10
Settings
.
gitlab
[
'session_expire_delay'
]
||=
10080
<<<<<<<
HEAD
Settings
.
gitlab
[
'unauthenticated_session_expire_delay'
]
||=
1
.
hour
.
to_i
Settings
.
gitlab
[
'unauthenticated_session_expire_delay'
]
||=
2
.
hours
.
to_i
Settings
.
gitlab
[
'mirror_max_delay'
]
||=
300
Settings
.
gitlab
[
'mirror_max_capacity'
]
||=
30
Settings
.
gitlab
[
'mirror_capacity_threshold'
]
||=
15
=======
Settings
.
gitlab
[
'unauthenticated_session_expire_delay'
]
||=
2
.
hours
.
to_i
>>>>>>>
upstream
/
master
Settings
.
gitlab
.
default_projects_features
[
'issues'
]
=
true
if
Settings
.
gitlab
.
default_projects_features
[
'issues'
].
nil?
Settings
.
gitlab
.
default_projects_features
[
'merge_requests'
]
=
true
if
Settings
.
gitlab
.
default_projects_features
[
'merge_requests'
].
nil?
Settings
.
gitlab
.
default_projects_features
[
'wiki'
]
=
true
if
Settings
.
gitlab
.
default_projects_features
[
'wiki'
].
nil?
...
...
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