Skip to content

Commit 5190193

Browse files
authored
Add gc ttl (#6102) (#6103)
1 parent 88e7724 commit 5190193

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config-templates/complex-cdc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,19 @@ cdc_servers:
9898
deploy_dir: "/tidb-deploy/cdc-8300"
9999
data_dir: "/tidb-data/cdc-8300"
100100
log_dir: "/tidb-deploy/cdc-8300/log"
101+
# gc-ttl: 86400
101102
- host: 10.0.1.2
102103
port: 8300
103104
deploy_dir: "/tidb-deploy/cdc-8300"
104105
data_dir: "/tidb-data/cdc-8300"
105106
log_dir: "/tidb-deploy/cdc-8300/log"
107+
# gc-ttl: 86400
106108
- host: 10.0.1.3
107109
port: 8300
108110
deploy_dir: "/tidb-deploy/cdc-8300"
109111
data_dir: "/tidb-data/cdc-8300"
110112
log_dir: "/tidb-deploy/cdc-8300/log"
113+
# gc-ttl: 86400
111114

112115
monitoring_servers:
113116
- host: 10.0.1.10

0 commit comments

Comments
 (0)