mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
disable gin debug mode and optimise
This commit is contained in:
@@ -40,7 +40,7 @@ func Start(port string) {
|
||||
}
|
||||
rutor.Start()
|
||||
|
||||
//gin.SetMode(gin.ReleaseMode)
|
||||
gin.SetMode(gin.ReleaseMode)
|
||||
|
||||
//corsCfg := cors.DefaultConfig()
|
||||
//corsCfg.AllowAllOrigins = true
|
||||
|
||||
Reference in New Issue
Block a user