Reconfigure chunk manager

This commit is contained in:
Ben Sarmiento
2023-11-06 19:58:36 +01:00
parent 87ca322407
commit ada66f47f4
2 changed files with 7 additions and 7 deletions

View File

@@ -55,8 +55,8 @@ func NewManager(
chunkFile string,
chunkSize int64,
loadAhead,
checkThreads int,
loadThreads int,
checkThreads,
loadThreads,
maxChunks int,
c config.ConfigInterface) (*Manager, error) {