Skip to content

Add proper rpc limits to renter+host

Luke Champine requested to merge rpc-limits into unstable

Previously the limit was set to 1e6 for all requests. This was not sufficient for uploads/downloads, so we got errors and had to do some last-minute patching. The faulty limit was not caught in testing because it was larger than the testing sector size. This MR adds RPC-specific limits to each RPC.

Edited by Luke Champine

Merge request reports