Skip to content

Commit

Permalink
remove artifacts after other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kardymonds committed Dec 20, 2023
1 parent 9ea0aa4 commit c58572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/checkpoint_storage/storage_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static void FillDefaultParameters(NConfig::TCheckpointCoordinatorConfig& checkpo
auto& limits = *checkpointCoordinatorConfig.MutableStateStorageLimits();
if (!limits.GetMaxGraphCheckpointsSizeBytes()) {
limits.SetMaxGraphCheckpointsSizeBytes(1099511627776);
}
}

if (!limits.GetMaxTaskStateSizeBytes()) {
limits.SetMaxTaskStateSizeBytes(1099511627776);
Expand Down

0 comments on commit c58572e

Please sign in to comment.