Skip to content

Commit

Permalink
remove LightPeers from config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 committed Nov 21, 2024
1 parent 1acffee commit 76cb731
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmd/geth/testdata/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ NetworkId = 714
SyncMode = "full"
NoPruning = false
NoPrefetch = false
LightPeers = 100
DatabaseCache = 512
DatabaseFreezer = ""
TrieCleanCache = 256
Expand Down
1 change: 0 additions & 1 deletion tests/truffle/config/config-bsc-rpc.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[Eth]
NetworkId = {{NetworkId}}
LightPeers = 100
TrieTimeout = 360000000000
EnablePreimageRecording = false

Expand Down
1 change: 0 additions & 1 deletion tests/truffle/config/config-validator.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ NetworkId = {{NetworkId}}
SyncMode = "full"
NoPruning = false
NoPrefetch = false
LightPeers = 100
DatabaseCache = 512
DatabaseFreezer = ""
TrieCleanCache = 256
Expand Down

0 comments on commit 76cb731

Please sign in to comment.