Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e3ed6e9

Browse files
achingbrainAlan Shaw
authored and
Alan Shaw
committed
feat: expose pin and preload arguments (#1079)
1 parent 719bfad commit e3ed6e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/send-files-stream.js

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ module.exports = (send, path) => {
7979
qs['raw-leaves'] = propOrProp(options, 'raw-leaves', 'rawLeaves')
8080
qs['only-hash'] = propOrProp(options, 'only-hash', 'onlyHash')
8181
qs['wrap-with-directory'] = propOrProp(options, 'wrap-with-directory', 'wrapWithDirectory')
82+
qs['pin'] = propOrProp(options, 'pin')
83+
qs['preload'] = propOrProp(options, 'preload')
8284
qs.hash = propOrProp(options, 'hash', 'hashAlg')
8385

8486
if (options.strategy === 'trickle' || options.trickle) {

0 commit comments

Comments
 (0)