feat: update user, user_role, ppid_datas, ppid_data_files, ppid_categories, etc
This commit is contained in:
parent
a8b101c469
commit
ff7d19623b
|
|
@ -30,6 +30,7 @@ func NewFiber(cfg *config.Config) *fiber.App {
|
||||||
IdleTimeout: cfg.App.IdleTimeout * time.Second,
|
IdleTimeout: cfg.App.IdleTimeout * time.Second,
|
||||||
EnablePrintRoutes: cfg.App.PrintRoutes,
|
EnablePrintRoutes: cfg.App.PrintRoutes,
|
||||||
DisableStartupMessage: true,
|
DisableStartupMessage: true,
|
||||||
|
ReadBufferSize: 8192,
|
||||||
})
|
})
|
||||||
|
|
||||||
// pass production config to check it
|
// pass production config to check it
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue