We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47491fc commit 7e6c495Copy full SHA for 7e6c495
lib/project_config/polling_datafile_manager.ts
@@ -82,10 +82,6 @@ export class PollingDatafileManager extends BaseService implements DatafileManag
82
}
83
84
super.start();
85
- // if (this.updateInterval !== undefined && this.updateInterval < MIN_UPDATE_INTERVAL) {
86
- // this.logger?.warn(UPDATE_INTERVAL_BELOW_MINIMUM_MESSAGE);
87
- // }
88
-
89
this.state = ServiceState.Starting;
90
this.setDatafileFromCacheIfAvailable();
91
this.repeater.setTask(this.syncDatafile.bind(this));
0 commit comments