🐛 Increase body size limit
This commit is contained in:
		| @@ -27,6 +27,7 @@ func NewServer() { | ||||
| 		ProxyHeader:           fiber.HeaderXForwardedFor, | ||||
| 		JSONEncoder:           jsoniter.ConfigCompatibleWithStandardLibrary.Marshal, | ||||
| 		JSONDecoder:           jsoniter.ConfigCompatibleWithStandardLibrary.Unmarshal, | ||||
| 		BodyLimit:             50 * 1024 * 1024, | ||||
| 		EnablePrintRoutes:     viper.GetBool("debug"), | ||||
| 	}) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user