Skip to content

Commit fc72b4e

Browse files
authored
Continuous query related configuration parameter name error (#470)
1 parent 9722e14 commit fc72b4e

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

src/UserGuide/Master/Tree/User-Manual/Database-Programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,6 @@ SELECT avg(count_s1) from root.sg_count.d;
587587

588588
| Name | Description | Data Type | Default Value |
589589
| :------------------------------------------ | ------------------------------------------------------------ | --------- | ------------- |
590-
| `continuous_query_submit_thread` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
590+
| `continuous_query_submit_thread_count` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
591591
| `continuous_query_min_every_interval_in_ms` | The minimum value of the continuous query execution time interval | duration | 1000 |
592592

src/UserGuide/V1.0.x/Query-Data/Continuous-Query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,5 +577,5 @@ SELECT avg(count_s1) from root.sg_count.d;
577577
## System Parameter Configuration
578578
| Name | Description | Data Type | Default Value |
579579
| :---------------------------------- |-------- |-----------|---------------|
580-
| `continuous_query_submit_thread` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
580+
| `continuous_query_submit_thread_count` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
581581
| `continuous_query_min_every_interval_in_ms` | The minimum value of the continuous query execution time interval | duration | 1000 |

src/UserGuide/V1.1.x/Query-Data/Continuous-Query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,5 +577,5 @@ SELECT avg(count_s1) from root.sg_count.d;
577577
## System Parameter Configuration
578578
| Name | Description | Data Type | Default Value |
579579
| :---------------------------------- |-------- |-----------|---------------|
580-
| `continuous_query_submit_thread` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
580+
| `continuous_query_submit_thread_count` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
581581
| `continuous_query_min_every_interval_in_ms` | The minimum value of the continuous query execution time interval | duration | 1000 |

src/UserGuide/V1.2.x/User-Manual/Database-Programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ SELECT avg(count_s1) from root.sg_count.d;
10341034

10351035
| Name | Description | Data Type | Default Value |
10361036
| :------------------------------------------ | ------------------------------------------------------------ | --------- | ------------- |
1037-
| `continuous_query_submit_thread` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
1037+
| `continuous_query_submit_thread_count` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
10381038
| `continuous_query_min_every_interval_in_ms` | The minimum value of the continuous query execution time interval | duration | 1000 |
10391039

10401040
## USER-DEFINED FUNCTION (UDF)

src/UserGuide/V1.3.0-2/User-Manual/Database-Programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,5 +1034,5 @@ SELECT avg(count_s1) from root.sg_count.d;
10341034

10351035
| Name | Description | Data Type | Default Value |
10361036
| :------------------------------------------ | ------------------------------------------------------------ | --------- | ------------- |
1037-
| `continuous_query_submit_thread` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
1037+
| `continuous_query_submit_thread_count` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
10381038
| `continuous_query_min_every_interval_in_ms` | The minimum value of the continuous query execution time interval | duration | 1000 |

src/UserGuide/V2.0.1/Tree/User-Manual/Database-Programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,6 @@ SELECT avg(count_s1) from root.sg_count.d;
587587

588588
| Name | Description | Data Type | Default Value |
589589
| :------------------------------------------ | ------------------------------------------------------------ | --------- | ------------- |
590-
| `continuous_query_submit_thread` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
590+
| `continuous_query_submit_thread_count` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
591591
| `continuous_query_min_every_interval_in_ms` | The minimum value of the continuous query execution time interval | duration | 1000 |
592592

src/UserGuide/latest/User-Manual/Database-Programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,6 @@ SELECT avg(count_s1) from root.sg_count.d;
587587

588588
| Name | Description | Data Type | Default Value |
589589
| :------------------------------------------ | ------------------------------------------------------------ | --------- | ------------- |
590-
| `continuous_query_submit_thread` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
590+
| `continuous_query_submit_thread_count` | The number of threads in the scheduled thread pool that submit continuous query tasks periodically | int32 | 2 |
591591
| `continuous_query_min_every_interval_in_ms` | The minimum value of the continuous query execution time interval | duration | 1000 |
592592

src/zh/UserGuide/Master/Tree/User-Manual/Database-Programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,5 +582,5 @@ SELECT avg(count_s1) from root.sg_count.d;
582582
## 连续查询相关的配置参数
583583
| 参数名 | 描述 | 类型 | 默认值 |
584584
| :---------------------------------- |----------------------|----------|---------------|
585-
| `continuous_query_submit_thread` | 用于周期性提交连续查询执行任务的线程数 | int32 | 2 |
585+
| `continuous_query_submit_thread_count` | 用于周期性提交连续查询执行任务的线程数 | int32 | 2 |
586586
| `continuous_query_min_every_interval_in_ms` | 系统允许的连续查询最小的周期性时间间隔 | duration | 1000 |

src/zh/UserGuide/V1.0.x/Query-Data/Continuous-Query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,5 +580,5 @@ SELECT avg(count_s1) from root.sg_count.d;
580580
## 连续查询相关的配置参数
581581
| 参数名 | 描述 | 类型 | 默认值 |
582582
| :---------------------------------- |----------------------|----------|---------------|
583-
| `continuous_query_submit_thread` | 用于周期性提交连续查询执行任务的线程数 | int32 | 2 |
583+
| `continuous_query_submit_thread_count` | 用于周期性提交连续查询执行任务的线程数 | int32 | 2 |
584584
| `continuous_query_min_every_interval_in_ms` | 系统允许的连续查询最小的周期性时间间隔 | duration | 1000 |

src/zh/UserGuide/V1.1.x/Query-Data/Continuous-Query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,5 +582,5 @@ SELECT avg(count_s1) from root.sg_count.d;
582582
### 连续查询相关的配置参数
583583
| 参数名 | 描述 | 类型 | 默认值 |
584584
| :---------------------------------- |----------------------|----------|---------------|
585-
| `continuous_query_submit_thread` | 用于周期性提交连续查询执行任务的线程数 | int32 | 2 |
585+
| `continuous_query_submit_thread_count` | 用于周期性提交连续查询执行任务的线程数 | int32 | 2 |
586586
| `continuous_query_min_every_interval_in_ms` | 系统允许的连续查询最小的周期性时间间隔 | duration | 1000 |

0 commit comments

Comments
 (0)