Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Apr 20, 2024
1 parent b57f057 commit fa21cbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion downloader/downloader.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ service Downloader {
// Erigon "download once" - means restart/upgrade/downgrade will not download files (and will be fast)
// After "download once" - Erigon will produce and seed new files
// Downloader will able: seed new files (already existing on FS), download uncomplete parts of existing files (if Verify found some bad parts)
// It returns current whitelist (whitelisted types).
rpc ProhibitNewDownloads (ProhibitNewDownloadsRequest) returns (google.protobuf.Empty) {}

// Adding new file to downloader: non-existing files it will download, existing - seed
Expand Down Expand Up @@ -47,7 +48,7 @@ message StatsRequest {
}

message ProhibitNewDownloadsRequest {
string type = 1;
repeated string whitelistAdd = 1; // nil - means "don't modify". non-nil - means "merge with current whitelist".
}

message StatsReply {
Expand Down

0 comments on commit fa21cbf

Please sign in to comment.