Skip to content

Commit

Permalink
docs: remove maxScheduleCount in scheduler configuration (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Jan 8, 2024
1 parent 7d85f03 commit 39393e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 3 additions & 6 deletions docs/reference/configuration/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ scheduler:
algorithm: default
# backToSourceCount is single task allows the peer to back-to-source count.
backToSourceCount: 3
# maxScheduleCount is max schedule count. If scheduling exceeds the maxScheduleCount,
# scheduler will notify peer back-to-source.
maxScheduleCount: 30
# retryBackToSourceLimit reaches the limit, then the peer back-to-source.
retryBackToSourceLimit: 5
retryBackToSourceLimit: 30
# Retry scheduling limit times.
retryLimit: 10
retryLimit: 40
# Retry scheduling interval.
retryInterval: 50ms
retryInterval: 100ms
# GC metadata configuration.
gc:
# pieceDownloadTimeout is the timeout of downloading piece.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ scheduler:
algorithm: default
# 单个任务允许客户端回源的数量。
backToSourceCount: 3
# 单个任务最大调度次数,如果超过最大调度次数会通知其回源。
maxScheduleCount: 30
# 调度回源重试次数限制。
retryBackToSourceLimit: 5
retryBackToSourceLimit: 30
# 调度重试次数限制。
retryLimit: 10
retryLimit: 40
# 调度重试时间间隔。
retryInterval: 50ms
retryInterval: 100ms
# 数据回收策略。
gc:
# 单个 Piece 下载超时时间。
Expand Down

0 comments on commit 39393e0

Please sign in to comment.