You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node can be instructed to manage downloads automatically. This will cause the Node to save all files that were downloaded for a particular session into a temp directory, which can later be retrieved from the node.
218
-
To turn this capability on, use the below configuration:
216
+
节点可以被设置为自动管理下载.
217
+
这将导致节点会把特定会话中下载的所有文件保存到一个临时目录中,
218
+
之后可以从节点中获取这些文件.
219
+
要启用此功能, 请使用以下配置:
219
220
220
221
```toml
221
222
[node]
222
223
enable-managed-downloads = true
223
224
```
224
225
225
-
Refer to the [CLI section]({{< ref "cli_options.md#enabling-managed-downloads-by-the-node" >}}) for a complete example.
0 commit comments