featurebase/cmd/slurp
Matthew Jaffee 640ba45129 use retryableHTTP in client, fix memory usage of restore
instead of awkwardly reading an entire file into a buffer, we use
retryablehttp's reader func to open the file fresh if we need to
retry, so a small fixed-size buffer can be used internally for copying
the contents onto the network.
2021-12-22 10:56:16 -06:00
..
slurp.go use retryableHTTP in client, fix memory usage of restore 2021-12-22 10:56:16 -06:00