Changeset 113 in code for trunk/morty.go


Ignore:
Timestamp:
Jul 14, 2020, 5:59:36 AM (5 years ago)
Author:
alex
Message:

Increase ReadBufferSize (#74)

fix #61

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morty.go

    r112 r113  
    4242var CLIENT *fasthttp.Client = &fasthttp.Client{
    4343        MaxResponseBodySize: 10 * 1024 * 1024, // 10M
     44        ReadBufferSize:      16 * 1024,        // 16K
    4445}
    4546
Note: See TracChangeset for help on using the changeset viewer.