mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
Merge 2235a8ed60
into 21658b5ebb
This commit is contained in:
commit
1c390eba24
1
index.js
1
index.js
@ -190,6 +190,7 @@ class Fuse extends Nanoresource {
|
||||
if (this.opts.attrTimeout) options.push('attr_timeout=' + this.opts.attrTimeout)
|
||||
if (this.opts.acAttrTimeout) options.push('ac_attr_timeout=' + this.opts.acAttrTimeout)
|
||||
if (this.opts.noforget) options.push('noforget')
|
||||
if (this.opts.syncRead) options.push('sync_read')
|
||||
if (this.opts.remember) options.push('remember=' + this.opts.remember)
|
||||
if (this.opts.modules) options.push('modules=' + this.opts.modules)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user