diff --git a/index.js b/index.js index 13d9488..6fdcc0b 100644 --- a/index.js +++ b/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)