pokt-network / pocket-core

Official implementation of the Pocket Network Protocol
http://www.pokt.network
MIT License
208 stars 101 forks source link

Change default config file values #1568

Closed okdas closed 1 year ago

okdas commented 1 year ago

Description

Changes default values for the config file.

Summary generated by Reviewpad on 05 Jul 23 23:19 UTC

This pull request changes the default values in the config.go file. Specifically, it increases the values for Mempool.Size and Mempool.CacheSize from 9000 to 18000. Additionally, it adds two new fields Mempool.MaxTxsBytes and Mempool.MaxTxBytes with their respective values. This patch also updates the FastSync.Version to "v1".