From 8429cfd1cc63f520f02c430c91c82ae5688f684f Mon Sep 17 00:00:00 2001 From: developomp Date: Wed, 8 Dec 2021 11:43:27 +0900 Subject: Added missing comma from api.md (#2231) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index 2491fa5..1597707 100644 --- a/docs/api.md +++ b/docs/api.md @@ -106,7 +106,7 @@ If `opts` is specified, then the default options (shown below) will be overridde path: String, // Folder to download files to (default=`/tmp/webtorrent/`) private: Boolean, // If true, client will not share the hash with the DHT nor with PEX (default is the privacy of the parsed torrent) store: Function, // Custom chunk store (must follow [abstract-chunk-store](https://www.npmjs.com/package/abstract-chunk-store) API) - destroyStoreOnDestroy: Boolean // If truthy, client will delete the torrent's chunk store (e.g. files on disk) when the torrent is destroyed + destroyStoreOnDestroy: Boolean, // If truthy, client will delete the torrent's chunk store (e.g. files on disk) when the torrent is destroyed storeCacheSlots: Number, // Number of chunk store entries (torrent pieces) to cache in memory [default=20]; 0 to disable caching storeOpts: Object, // Custom options passed to the store addUID: Boolean, // (Node.js only) If true, the torrent will be stored in it's infoHash folder to prevent file name collisions (default=false) -- cgit v1.2.3