Skip to content

Commit

Permalink
docs(changelog): add CHANGELOG-1.6.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colin404 committed Dec 20, 2021
1 parent 86544ac commit f73296f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/server/genericapiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func (s *GenericAPIServer) InstallMiddlewares() {
// necessary middlewares
s.Use(middleware.RequestID())
s.Use(middleware.Context())
// s.Use(limits.RequestSizeLimiter(10))

// install custom middlewares
for _, m := range s.middlewares {
Expand Down

0 comments on commit f73296f

Please sign in to comment.