[enh] Watch ww and ww2 diff
This commit is contained in:
@@ -4,6 +4,7 @@ export interface Conf {
|
||||
ws2pServers: ConfWS2P[]
|
||||
bmaServers: ConfBMA[]
|
||||
dprobeHeartbeats: ConfDprobeHeartbeat[]
|
||||
webDiffServers: ConfWebDiff[]
|
||||
mail: ConfMail
|
||||
}
|
||||
|
||||
@@ -20,6 +21,12 @@ export interface ConfURL {
|
||||
frequency: number
|
||||
}
|
||||
|
||||
export interface ConfWebDiff {
|
||||
file1: string
|
||||
file2: string
|
||||
frequency: number
|
||||
}
|
||||
|
||||
export interface ConfBMA extends ConfURL {
|
||||
maxLate?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user