File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/vs/workbench/services/experiment/common Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -202,9 +202,8 @@ export class ExperimentService implements ITASExperimentService {
202
202
this . tasClient = this . setupTASClient ( ) ;
203
203
}
204
204
205
- // For development purposes, configure the delay until tas local tas treatment ovverrides are avilable
206
- // 2000ms is the default and represents approximately the p90 delay of reading from the tas service.
207
- const overrideDelay = this . configurationService . getValue < number > ( 'experiments.overrideDelay' ) ?? 2000 ;
205
+ // For development purposes, configure the delay until tas local tas treatment ovverrides are available
206
+ const overrideDelay = this . configurationService . getValue < number > ( 'experiments.overrideDelay' ) ?? 0 ;
208
207
this . overrideInitDelay = new Promise ( resolve => setTimeout ( resolve , overrideDelay ) ) ;
209
208
}
210
209
You can’t perform that action at this time.
0 commit comments