Skip to content

Commit

Permalink
update largest object size per snowball archive to 256KiB
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 21, 2025
1 parent 480ec1e commit 527d8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- master
- main
v3
- v3

jobs:
vulncheck:
Expand Down
2 changes: 1 addition & 1 deletion batch-job.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const BatchJobReplicateTemplate = `replicate:
batch: 100 # upto this many objects per archive
inmemory: true # indicates if the archive must be staged locally or in-memory
compress: false # S2/Snappy compressed archive
smallerThan: 5MiB # create archive for all objects smaller than 5MiB
smallerThan: 256KiB # create archive for all objects smaller than 256KiB
skipErrs: false # skips any source side read() errors
# target where the objects must be replicated
Expand Down

0 comments on commit 527d8d3

Please sign in to comment.