Skip to content

Commit

Permalink
Improve lqibe
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Andersen committed Nov 7, 2018
1 parent af71a33 commit 8c26638
Show file tree
Hide file tree
Showing 9 changed files with 172 additions and 140 deletions.
2 changes: 1 addition & 1 deletion iapi/bodyschemes.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ func (w *WR1BodyScheme) EncryptBody(ctx context.Context, ecp BodyEncryptionConte
} else {
//then := time.Now()
//Old method
const workers = 1 //TODO32
const workers = 8 //TODO32
togenerate := make([][]int, workers)
for i := 0; i < len(partitions); i++ {
togenerate[i%workers] = append(togenerate[i%workers], i)
Expand Down
Loading

0 comments on commit 8c26638

Please sign in to comment.