We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035ed0e commit 2ddecbbCopy full SHA for 2ddecbb
backend/cmd/server.go
@@ -15,7 +15,7 @@ import (
15
16
// initServer initializes the server and returns the Fiber server and the initialized database connection.
17
func initServer() (*fiber.App, *gorm.DB, error) {
18
- app := fiber.New(fiber.Config{})
+ app := fiber.New(fiber.Config{BodyLimit: 500 * 1024 * 1024})
19
20
// Initialize the database configuration
21
conf := entity.Config{
0 commit comments