From 2235a8ed607e3a2995a864cc36b70bcae4c897f9 Mon Sep 17 00:00:00 2001 From: Tibor Veres Date: Mon, 7 Feb 2022 01:46:22 +0100 Subject: [PATCH] add sync_read option --- index.js | 1 + 1 file changed, 1 insertion(+) 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)