File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
42
42
- [ #107 ] ( https://github.com/babylonlabs-io/covenant-emulator/pull/107 ) crypto: replace dcrd fork with btcd fork
43
43
with crypto fix
44
44
- [ #106 ] ( https://github.com/babylonlabs-io/covenant-emulator/pull/106 ) crypto: use dcrd fork with crypto fix
45
+ - [ #108 ] ( https://github.com/babylonlabs-io/covenant-emulator/pull/108 ) chore: increase max content length
45
46
46
47
## v0.12.0
47
48
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ func DefaultServerConfig() *ServerConfig {
39
39
WriteTimeout : 15 ,
40
40
ReadTimeout : 15 ,
41
41
IdleTimeout : 120 ,
42
- MaxContentLength : 8192 ,
42
+ MaxContentLength : 10 * 1024 * 1024 , // 10MB ,
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments