aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-26 10:00:31 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:49:57 +0800
commit8295920c8398fba7106e5e97256e7e58c9214c94 (patch)
treeee796543b59eb44559105220fe40a858aed65abb /params
parent7d3d9d7e6167327d86ba58009b3bb00c857c1b0e (diff)
downloaddexon-8295920c8398fba7106e5e97256e7e58c9214c94.tar
dexon-8295920c8398fba7106e5e97256e7e58c9214c94.tar.gz
dexon-8295920c8398fba7106e5e97256e7e58c9214c94.tar.bz2
dexon-8295920c8398fba7106e5e97256e7e58c9214c94.tar.lz
dexon-8295920c8398fba7106e5e97256e7e58c9214c94.tar.xz
dexon-8295920c8398fba7106e5e97256e7e58c9214c94.tar.zst
dexon-8295920c8398fba7106e5e97256e7e58c9214c94.zip
core: various changes on tps tuning (#46)
Diffstat (limited to 'params')
-rw-r--r--params/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/params/config.go b/params/config.go
index f860082ee..059d9b2c0 100644
--- a/params/config.go
+++ b/params/config.go
@@ -49,7 +49,7 @@ var (
Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),
MinStake: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e5)),
BlockReward: big.NewInt(1e18),
- BlockGasLimit: 80000000,
+ BlockGasLimit: 40000000,
NumChains: 4,
LambdaBA: 250,
LambdaDKG: 2500,
@@ -88,7 +88,7 @@ var (
Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),
MinStake: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e5)),
BlockReward: big.NewInt(1e18),
- BlockGasLimit: 80000000,
+ BlockGasLimit: 40000000,
NumChains: 6,
LambdaBA: 250,
LambdaDKG: 2500,