Skip to content

Commit

Permalink
Bump NuGet cache layer restore limit (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen authored Aug 29, 2024
1 parent 1075e20 commit 8da79f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/dotnet/src/layers/nuget_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct NugetCacheLayerMetadata {
restore_count: f32,
}

const MAX_NUGET_CACHE_RESTORE_COUNT: f32 = 10.0;
const MAX_NUGET_CACHE_RESTORE_COUNT: f32 = 20.0;

type HandleResult = Result<
(
Expand Down

0 comments on commit 8da79f8

Please sign in to comment.