mirror of https://github.com/dragonflyoss/api.git
fix: typo in scheduler v1 proto (#288)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
ea6cb9681a
commit
4881829013
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue