Skip to content

Commit

Permalink
try smaller write-threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Nov 5, 2024
1 parent 190721f commit 3d1f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/files_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FilesUtil extends SharedFilesUtil
"followSymlinks": true,
"disableGlobbing": true,
"awaitWriteFinish": {
"stabilityThreshold": 1000
"stabilityThreshold": 200
}
};

Expand Down

0 comments on commit 3d1f75a

Please sign in to comment.