WIP: next hard fork #5

Draft
BrannonKing wants to merge 178 commits from WIP-HF-2022 into master
Showing only changes of commit b9d6044694 - Show all commits

View file

@ -12,8 +12,8 @@ import (
) )
const ( const (
fileLimitWant = 2048 fileLimitWant = 2048 * 12
fileLimitMin = 1024 fileLimitMin = 2048 * 8
) )
// SetLimits raises some process limits to values which allow btcd and // SetLimits raises some process limits to values which allow btcd and