From 88c74c125924dd91c6e2ec37c12f254cf52f2e9f Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Mon, 2 Dec 2024 13:17:50 +0100 Subject: [PATCH] fix linting --- store/v2/migration/manager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/store/v2/migration/manager.go b/store/v2/migration/manager.go index a0b191ac736..5365e8eb6a1 100644 --- a/store/v2/migration/manager.go +++ b/store/v2/migration/manager.go @@ -19,8 +19,6 @@ import ( const ( // defaultChannelBufferSize is the default buffer size for the migration stream. defaultChannelBufferSize = 1024 - // defaultStorageBufferSize is the default buffer size for the storage snapshotter. - defaultStorageBufferSize = 1024 migrateChangesetKeyFmt = "m/cs_%x" // m/cs_ )