From bc806c97e04269cad5497f63a1e505ca2db6314a Mon Sep 17 00:00:00 2001 From: Simon Chow Date: Mon, 13 May 2024 10:41:16 -0400 Subject: [PATCH] Remove TODO comment --- internal/utils/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/utils/main.go b/internal/utils/main.go index c6443ecd..bcbd8bc8 100644 --- a/internal/utils/main.go +++ b/internal/utils/main.go @@ -822,7 +822,6 @@ func CreateLedgerBackend(ctx context.Context, useCaptiveCore bool, env Environme FilesPerPartition: 64000, } - // TODO: In the future CompressionType should be removed as it won't be configurable BSBackendConfig := ledgerbackend.BufferedStorageBackendConfig{ LedgerBatchConfig: ledgerBatchConfig, DataStore: dataStore,