Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jul 31, 2020
1 parent 582ac95 commit 78a4976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/ingest_manager/common/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export interface IngestManagerConfigType {
host?: string;
ca_sha256?: string;
};
agentConfigRolloutRateLimitIntervalMs?: number;
agentConfigRolloutRateLimitRequestPerInterval?: number;
agentConfigRolloutRateLimitIntervalMs: number;
agentConfigRolloutRateLimitRequestPerInterval: number;
};
}

Expand Down

0 comments on commit 78a4976

Please sign in to comment.