We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738e8d6 commit ce86120Copy full SHA for ce86120
1 file changed
src/modules/ingest/app/sources/flood-alert.source.ts
@@ -8,8 +8,8 @@ import { isTooOld } from './_shared/is-too-old';
8
import { normalizeText } from './_shared/normalize';
9
import { pruneTimedMap } from './_shared/prune-timed-map';
10
11
-const FLOOD_BASE_TIME_ENDPOINT = 'https://m.flood.go.kr/cmmn/lsttm.do';
12
-const FLOOD_OBS_LIST_ENDPOINT = 'https://m.flood.go.kr/data/getFloodObsList.do';
+const FLOOD_BASE_TIME_ENDPOINT = 'https://m.flood.go.kr:9987/cmmn/lsttm.do';
+const FLOOD_OBS_LIST_ENDPOINT = 'https://m.flood.go.kr:9987/data/getFloodObsList.do';
13
const REQUEST_TIMEOUT_MS = 15000;
14
const STATE_TTL_MS = 1000 * 60 * 60 * 24;
15
const EVENT_MAX_AGE_MS = STATE_TTL_MS * 0.9;
0 commit comments