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
96cf2595
Commit
96cf2595
authored
Apr 06, 2021
by
Michelle Gill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove QueryLimiter for NetworksController
parent
d8ec5ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
app/controllers/projects/network_controller.rb
app/controllers/projects/network_controller.rb
+0
-5
No files found.
app/controllers/projects/network_controller.rb
View file @
96cf2595
...
...
@@ -4,7 +4,6 @@ class Projects::NetworkController < Projects::ApplicationController
include
ExtractsPath
include
ApplicationHelper
before_action
:disable_query_limiting
before_action
:require_non_empty_project
before_action
:assign_ref_vars
before_action
:authorize_download_code!
...
...
@@ -41,8 +40,4 @@ class Projects::NetworkController < Projects::ApplicationController
@commit
=
@repo
.
commit
(
@options
[
:extended_sha1
])
end
def
disable_query_limiting
Gitlab
::
QueryLimiting
.
disable!
(
'https://gitlab.com/gitlab-org/gitlab/-/issues/20782'
)
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