From de3a49ef7b5631f4930d33c0f33b3ce07f461af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 3 Jul 2023 03:28:54 +0200 Subject: [PATCH] Add docs for new configurations (#11034) --- docs/en/setup/ai-pipeline/http-restful-uri-pattern.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md b/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md index 2284908e04..f08eab97b5 100644 --- a/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md +++ b/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md @@ -36,7 +36,8 @@ feedRawData is running in 25-30 minutes period to push the raw data to the remot ## Configurations - `core/maxHttpUrisNumberPerService` The max number of HTTP URIs per service for further URI pattern recognition. -- No configuration to set periods of feedRawData and fetchAllPatterns services. +- `core/syncPeriodHttpUriRecognitionPattern` The period of HTTP URI pattern recognition(feedRawData). Unit is second, 10s by default. +- `core/trainingPeriodHttpUriRecognitionPattern` The training period of HTTP URI pattern recognition(fetchAllPatterns). Unit is second, 60s by default. ## Optional Server Implementation