fix: typo in scheduler v1 proto (#288)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2024-03-14 11:14:37 +08:00 committed by GitHub
parent ea6cb9681a
commit 4881829013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ message PeerTaskRequest{
string peer_id = 3 [(validate.rules).string.min_len = 1];
// Peer host info.
PeerHost peer_host = 4;
// When requesting for range, it will trigger seed peer to download entrie task.
// When requesting for range, it will trigger seed peer to download entire task.
bool prefetch = 5;
// Whether this request is caused by migration.
bool is_migrating = 6;