Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Dec 26, 2024
1 parent d1c2b8b commit 831722a
Show file tree
Hide file tree
Showing 6 changed files with 5,112 additions and 395 deletions.
1 change: 0 additions & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func main() {
WriteTimeout: cfg.RequestTimeout,
ReadTimeout: cfg.RequestTimeout,
StreamRequestBody: true,
ReduceMemoryUsage: true, // memory costs money brah, i'm a poor
JSONEncoder: func(v interface{}) ([]byte, error) {
return json.MarshalWithOption(v, json.DisableHTMLEscape())
},
Expand Down
Loading

0 comments on commit 831722a

Please sign in to comment.