From 4fc678a2065d5f068f3d876d2dd8db5632c0579f Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sat, 20 Apr 2024 14:38:18 +0700 Subject: [PATCH] Revert "save" This reverts commit fa21cbf0a1e0fee5fb7ba49f592e5aa66964fbd3. --- downloader/downloader.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/downloader/downloader.proto b/downloader/downloader.proto index 13eef18..26d3fbb 100644 --- a/downloader/downloader.proto +++ b/downloader/downloader.proto @@ -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 @@ -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 {