Skip to content

Commit ea064d9

Browse files
committed
Lower the autoresolve threshhold now that we (theoretically) have less thrashy watching
1 parent fb5c3bc commit ea064d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/incremental-typescript-compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = class IncrementalTypescriptCompiler {
3030
this.project = project;
3131
this.addons = this._discoverAddons(project, []);
3232
this.maxBuildCount = 1;
33-
this.autoresolveThreshold = 500;
33+
this.autoresolveThreshold = 250;
3434

3535
this._buildDeferred = RSVP.defer();
3636
this._isSynced = false;

0 commit comments

Comments
 (0)