summaryrefslogtreecommitdiff
path: root/netfs/fuse
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-12-29 21:24:56 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-12-29 21:24:56 +0000
commita9162ca58e8d7ced775566bec3f6154c66685135 (patch)
tree9926772b4b49b4ebec6199a363a481a3f32da57e /netfs/fuse
parentFix locking issues around BG writes and add covering unit tests (diff)
downloadnetfs-a9162ca58e8d7ced775566bec3f6154c66685135.tar.bz2
netfs-a9162ca58e8d7ced775566bec3f6154c66685135.tar.xz
netfs-a9162ca58e8d7ced775566bec3f6154c66685135.zip
Add test for writes with async disabled (now default)
Diffstat (limited to 'netfs/fuse')
-rw-r--r--netfs/fuse/fuseConfig.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/fuse/fuseConfig.ice b/netfs/fuse/fuseConfig.ice
index 1e6aed3..52116ea 100644
--- a/netfs/fuse/fuseConfig.ice
+++ b/netfs/fuse/fuseConfig.ice
@@ -19,7 +19,7 @@ module NetFS {
string AuthToken;
["slicer:name:async"]
- bool Async;
+ bool Async = false;
};
["slicer:key:name","slicer:value:resource","slicer:item:resource"]