This commit is contained in:
alessio 2017-03-12 23:53:15 +01:00
parent 972898c0b5
commit 74c7421508
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func (s *Server) Start(p *cli.Context) (err error) {
if s.Status {
e := echo.New()
e.Use(middleware.GzipWithConfig(middleware.GzipConfig{
Level: 5,
Level: 2,
}))
e.Use(middleware.Recover())