go-ethereum/internal/cli/server
Jerry 230be40ae2
Bump default value of txpool global slots
Increase the default value in order to reduce the time spent in txpool reorg.
When txpool is saturated, txpool reorg can take more than a few seconds to run. This impacts block producer because the producer would need to get the pending txns from txpool, which is blocked by reorg.
2025-01-09 23:16:31 -08:00
..
chains Merge remote-tracking branch 'upstream/master' into develop 2024-10-01 11:59:32 -07:00
pprof dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
proto dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
testdata Bump default value of txpool global slots 2025-01-09 23:16:31 -08:00
api_service.go Additional GRPC API checks 2025-01-08 12:12:52 +02:00
command.go fix typos 2024-01-29 09:21:47 +02:00
command_test.go PIP-35: enforce gas related configs for mainnet (#1290) 2024-07-23 19:32:48 +05:30
config.go Bump default value of txpool global slots 2025-01-09 23:16:31 -08:00
config_legacy.go Use atomic pointer in go 1.19 (#446) 2022-08-09 22:11:09 +03:00
config_legacy_test.go PIP-35: enforce gas related configs for mainnet (#1290) 2024-07-23 19:32:48 +05:30
config_test.go PIP-35: enforce gas related configs for mainnet (#1290) 2024-07-23 19:32:48 +05:30
flags.go Add flag discovery.dns 2024-10-15 11:04:42 -07:00
helper.go A thread safe way to take a free port (#485) 2022-08-16 18:43:18 +03:00
server.go add: deps 2024-11-08 18:16:23 +01:00
server_test.go fix:testcases 2024-08-31 16:15:31 +05:30
service.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
service_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
utils.go chg: logs 2024-11-08 16:22:50 +01:00