Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f202e4e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reduce default shard size."

parents c0a7b832 f47c90db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ type genSrcsProperties struct {
	Shard_size *int64
}

const defaultShardSize = 100
const defaultShardSize = 50

func NewGenRule() *Module {
	properties := &genRuleProperties{}