github.com/aergoio/aergo@v1.3.1/contract/statesql_params.go (about) 1 // @copyright defined in aergo/LICENSE.txt 2 3 package contract 4 5 const ( 6 stateSQLMaxDBSize = 200 * 1024 // unit: MB 7 stateSQLMinDBSize = 10 // unit: MB 8 )