add sync_read option

pull/37/head
Tibor Veres 2 years ago
parent 21658b5ebb
commit 2235a8ed60

@ -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…
Cancel
Save