Skip to content

Add 'cached' arg to FileList and files endpoint

Christopher Schinnerl requested to merge filelist-cached-arg into master

This MR adds an optional 'cached' argument to the /renter/files endpoint which tells the renter to speed up the endpoint by using cached values. This should also fix most the NDFs we are experiencing at the moment.

Merge request reports