From 8493611969aa8d52d3a1e8fc55d1ff7486ba7c7d Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 3 Jun 2024 11:54:58 +0200 Subject: common_api: Add method to help limit memory footprint of containers... ...by proactively calling the Upload method for large blobs and containers as soon as the transfer limit is reached. --- src/buildtool/execution_api/common/common_api.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/buildtool/execution_api/common/common_api.cpp') diff --git a/src/buildtool/execution_api/common/common_api.cpp b/src/buildtool/execution_api/common/common_api.cpp index b14c81dc..916ba409 100644 --- a/src/buildtool/execution_api/common/common_api.cpp +++ b/src/buildtool/execution_api/common/common_api.cpp @@ -18,8 +18,6 @@ #include #include "fmt/core.h" -#include "src/buildtool/logging/log_level.hpp" -#include "src/buildtool/logging/logger.hpp" auto CommonRetrieveToFds( std::vector const& artifacts_info, -- cgit v1.2.3