Skip to content

Commit

Permalink
Revert "save"
Browse files Browse the repository at this point in the history
This reverts commit fa21cbf.
  • Loading branch information
AskAlexSharov committed Apr 20, 2024
1 parent fa21cbf commit 4fc678a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions downloader/downloader.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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 @@ -48,7 +47,7 @@ message StatsRequest {
}

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

message StatsReply {
Expand Down

0 comments on commit 4fc678a

Please sign in to comment.