feat(watchers): Improve write stabilization and ignore temporary editor files
This commit is contained in:
@@ -28,6 +28,7 @@ export const defaultWatcherOptions: IWatcherOptions = {
|
||||
basePaths: [],
|
||||
depth: 4,
|
||||
followSymlinks: false,
|
||||
stabilityThreshold: 300,
|
||||
pollInterval: 100
|
||||
stabilityThreshold: 100,
|
||||
pollInterval: 100,
|
||||
maxWaitTime: 1000
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user