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
0
Merge Requests
0
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
iv
gitlab-ce
Commits
c049534d
Commit
c049534d
authored
May 25, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align class name with field name
parent
3c785a76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/initializers/metrics.rb
config/initializers/metrics.rb
+1
-1
lib/gitlab/middleware/proxy_flight_time.rb
lib/gitlab/middleware/proxy_flight_time.rb
+1
-1
No files found.
config/initializers/metrics.rb
View file @
c049534d
...
@@ -12,7 +12,7 @@ if Gitlab::Metrics.enabled?
...
@@ -12,7 +12,7 @@ if Gitlab::Metrics.enabled?
Gitlab
::
Application
.
configure
do
|
config
|
Gitlab
::
Application
.
configure
do
|
config
|
config
.
middleware
.
use
(
Gitlab
::
Metrics
::
RackMiddleware
)
config
.
middleware
.
use
(
Gitlab
::
Metrics
::
RackMiddleware
)
config
.
middleware
.
use
(
Gitlab
::
Middleware
::
Proxy
Timing
)
config
.
middleware
.
use
(
Gitlab
::
Middleware
::
Proxy
FlightTime
)
end
end
Sidekiq
.
configure_server
do
|
config
|
Sidekiq
.
configure_server
do
|
config
|
...
...
lib/gitlab/middleware/proxy_
timing
.rb
→
lib/gitlab/middleware/proxy_
flight_time
.rb
View file @
c049534d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
module
Gitlab
module
Gitlab
module
Middleware
module
Middleware
class
Proxy
Timing
class
Proxy
FlightTime
def
initialize
(
app
)
def
initialize
(
app
)
@app
=
app
@app
=
app
end
end
...
...
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