From 79f81d4267fec61e9189701aaa3c96039b7828d3 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 6 Aug 2019 10:57:26 -0400 Subject: [PATCH] add streaming options --- documents/resources/daemon-settings.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documents/resources/daemon-settings.md b/documents/resources/daemon-settings.md index 3054605..ed641bb 100644 --- a/documents/resources/daemon-settings.md +++ b/documents/resources/daemon-settings.md @@ -62,7 +62,9 @@ Configuration options are organized by their respective areas: Files, Wallet, Ne | node_rpc_timeout | integer | 5 | 10 | Time, in seconds, to allow connection over DHT | | network_interface | string | 0:0:0:0 | 127.0.0.1 | Interface to use for the DHT and blob exchange | | use_upnp | boolean | true | false | Attempt external port mapping via UPnP | - +| streaming_get | boolean | false | true | Allow calling localhost:5280/get/claimname requests | +| save_files | boolean | true | false | Save files with each download | +| save_blobs | boolean | true | false | Save blobs with each download | ### Security | Setting | Format | Default value | Sample Values | Description |