Skip to content

Commit

Permalink
Merge pull request #51 from yma96/1.1.x
Browse files Browse the repository at this point in the history
Fix corrupted archive with checksum validation,  synchronized lock and API enhancement
  • Loading branch information
yma96 authored Dec 6, 2024
2 parents 95850b5 + 5ce8feb commit db204c2
Show file tree
Hide file tree
Showing 7 changed files with 299 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ public interface PreSeedConfig

@WithName( "not-used-days-cleanup" )
Optional<Long> notUsedDaysCleanup();

@WithName( "thread-multiplier" )
Optional<Integer> threadMultiplier();
}
Loading

0 comments on commit db204c2

Please sign in to comment.