Skip to content

Commit

Permalink
Update cold start message (#398)
Browse files Browse the repository at this point in the history
Signed-off-by: Kaituo Li <[email protected]>
  • Loading branch information
kaituo authored Jan 19, 2023
1 parent 6c7514e commit 4ea29db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/pages/DetectorResults/containers/AnomalyResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,9 @@ export function AnomalyResults(props: AnomalyResultsProps) {
/>
<EuiText>
<p>
Attempting to initialize the detector with historical data. This
initializing process takes approximately{' '}
{get(detector, 'detectionInterval.period.interval', 10)}{' '}
minutes.
Attempting to initialize the detector with historical data.
This initializing process takes approximately 1 minute if
you have data in each of the last 40 consecutive intervals.
</p>
</EuiText>
</EuiFlexGroup>
Expand Down

0 comments on commit 4ea29db

Please sign in to comment.