Skip to content

Commit 2f5daba

Browse files
committed
fix notes
Signed-off-by: ftljk <2510317228@qq.com>
1 parent 487213d commit 2f5daba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scheduler/resource/persistentcache/host.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ type Host struct {
9595
// Host log.
9696
Log *logger.SugaredLoggerOnWith
9797

98-
// Port is tcp service port.
98+
// Port is tcp download service port.
9999
DownloadTCPPort int32
100100

101-
// Port is quic service port.
101+
// Port is quic download service port.
102102
DownloadQUICPort int32
103103
}
104104

scheduler/resource/standard/host.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ type Host struct {
229229
// Host log.
230230
Log *logger.SugaredLoggerOnWith
231231

232-
// Port is tcp service port.
232+
// Port is tcp download service port.
233233
DownloadTCPPort int32
234234

235-
// Port is quic service port.
235+
// Port is quic download service port.
236236
DownloadQUICPort int32
237237
}
238238

0 commit comments

Comments
 (0)