Skip to content

Commit

Permalink
Merge branch 'repository-refacto'
Browse files Browse the repository at this point in the history
  • Loading branch information
poolpOrg committed Nov 3, 2024
2 parents ea65153 + 5c9a54b commit deb5aaa
Show file tree
Hide file tree
Showing 95 changed files with 7,977 additions and 8,219 deletions.
163 changes: 0 additions & 163 deletions cache/cache.go

This file was deleted.

15 changes: 15 additions & 0 deletions chunking/chunking.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package chunking

import chunkers "github.com/PlakarLabs/go-cdc-chunkers"

func DefaultAlgorithm() string {
return "fastcdc"
}

func DefaultConfiguration() *chunkers.ChunkerOpts {
return &chunkers.ChunkerOpts{
MinSize: 64 * 1024,
NormalSize: 1 * 1024 * 1024,
MaxSize: 4 * 1024 * 1024,
}
}
Loading

0 comments on commit deb5aaa

Please sign in to comment.