Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Different configuration parameters take effect in the following three ways:
|:---:|:----------------------------------------|
|Description| Time cost(ms) threshold for slow query. |
|Type| Int32 |
|Default| 30000 |
|Default| 10000 |
|Effective| Trigger |

* query\_timeout\_threshold
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.3.x/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Different configuration parameters take effect in the following three ways:
|:---:|:----------------------------------------|
|Description| Time cost(ms) threshold for slow query. |
|Type| Int32 |
|Default| 30000 |
|Default| 10000 |
|Effective| Trigger |

* query\_timeout\_threshold
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/dev-1.3/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Different configuration parameters take effect in the following three ways:
|:---:|:----------------------------------------|
|Description| Time cost(ms) threshold for slow query. |
|Type| Int32 |
|Default| 30000 |
|Default| 10000 |
|Effective| Trigger |

* query\_timeout\_threshold
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Different configuration parameters take effect in the following three ways:
|:---:|:----------------------------------------|
|Description| Time cost(ms) threshold for slow query. |
|Type| Int32 |
|Default| 30000 |
|Default| 10000 |
|Effective| Trigger |

* query\_timeout\_threshold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|:---:|:-----------------------|
|描述| 慢查询的时间阈值。单位:毫秒。 |
|类型| Int32 |
|默认值| 30000 |
|默认值| 10000 |
|改后生效方式| 热加载 |

* query\_timeout\_threshold
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.3.x/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|:---:|:-----------------------|
|描述| 慢查询的时间阈值。单位:毫秒。 |
|类型| Int32 |
|默认值| 30000 |
|默认值| 10000 |
|改后生效方式| 热加载 |

* query\_timeout\_threshold
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/dev-1.3/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|:---:|:-----------------------|
|描述| 慢查询的时间阈值。单位:毫秒。 |
|类型| Int32 |
|默认值| 30000 |
|默认值| 10000 |
|改后生效方式| 热加载 |

* query\_timeout\_threshold
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|:---:|:-----------------------|
|描述| 慢查询的时间阈值。单位:毫秒。 |
|类型| Int32 |
|默认值| 30000 |
|默认值| 10000 |
|改后生效方式| 热加载 |

* query\_timeout\_threshold
Expand Down