SiaPrime changes

This commit is contained in:
Scott E. Graves
2018-11-07 14:55:53 -06:00
parent ce55edfb3a
commit 9640a0805c
5 changed files with 22 additions and 8 deletions

View File

@@ -175,8 +175,8 @@ module.exports.executeMount = (directory, version, storageType, location, exitCa
args.push('-sp');
}
if (os.platform() === 'linux') {
args.push("-o");
args.push("big_writes");
args.push('-o');
args.push('big_writes');
}
if (os.platform() === 'win32') {
args.push('-hidden');