Skip to content

Commit e7127c6

Browse files
committed
Update docs.
1 parent a6f860a commit e7127c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/user-guide/en/cap/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ During the message sending process if consumption method fails, CAP will try to
8585
By default if failure occurs on send or consume, retry will start after **4 minutes** in order to avoid possible problems caused by setting message state delays.
8686
Failures in the process of sending and consuming messages will be retried 3 times immediately, and will be retried polling after 3 times, at which point the FailedRetryInterval configuration will take effect.
8787

88-
### CollectorCleaningInterval
88+
#### CollectorCleaningInterval
8989

9090
> Default: 300 sec
9191

docs/content/user-guide/zh/cap/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services.AddCap(config =>
9292

9393
消费者线程并行处理消息的线程数,当这个值大于1时,将不能保证消息执行的顺序。
9494

95-
### CollectorCleaningInterval
95+
#### CollectorCleaningInterval
9696

9797
默认值:300 秒
9898

0 commit comments

Comments
 (0)