Disable media streaming

This commit is contained in:
video-prize-ranch
2022-01-28 16:40:21 -05:00
parent cb99714a47
commit 65e5711766
2 changed files with 9 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ func init() {
Views: engine,
Prefork: viper.GetBool("FIBER_PREFORK"),
UnescapePath: true,
StreamRequestBody: true,
StreamRequestBody: false,
})
app.Use("/static", filesystem.New(filesystem.Config{