Skip to content

Commit c483d85

Browse files
committed
updating
1 parent 0b8c06d commit c483d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/project_config/config_manager_factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { DatafileManagerConfig } from "./datafile_manager";
2020
import { ProjectConfigManagerImpl, ProjectConfigManager } from "./project_config_manager";
2121
import { PollingDatafileManager } from "./polling_datafile_manager";
2222
import PersistentKeyValueCache from "../plugins/key_value_cache/persistentKeyValueCache";
23-
import { DEFAULT_UPDATE_INTERVAL, MIN_UPDATE_INTERVAL, DEFAULT_URL_TEMPLATE, UPDATE_INTERVAL_BELOW_MINIMUM_MESSAGE } from './constant';
23+
import { DEFAULT_UPDATE_INTERVAL } from './constant';
2424
import { ExponentialBackoff, IntervalRepeater } from "../utils/repeater/repeater";
2525

2626
export type StaticConfigManagerConfig = {

0 commit comments

Comments
 (0)