refactor!: remove MinimumLoad() option
#17
Reference in New Issue
Block a user
Delete Branch "feat/remove-minimum-load-option"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The
cuckoo.MinimumLoad()option was not a very useful option, and prone to error. By removing the ability to modify it, and setting it to something reasonable (like 5%), we can remove a whole set of errors that the user may stumble into.Changes
MinimumLoad()option.DefaultMinimumLoad.Design Decisions
DefaultMinimumLoadshould be privated because it is no longer an option. The user should not need to interact with it.Checklist