ironsmile / nedomi

Highly performant HTTP reverse proxy with efficient caching of big files
GNU General Public License v3.0
81 stars 9 forks source link

split io_transfer_size in min and max settings #207

Closed mstoykov closed 8 years ago

mstoykov commented 8 years ago

the new min will be used when throttling, to prevent writing in very small pieces, doing a lot of syscalls.

ironsmile commented 8 years ago

:+1: