mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
This reverts commit 241843c7e7.
This commit is contained in:
parent
2be6ae43a1
commit
fe1034e5e1
11 changed files with 11 additions and 11 deletions
|
|
@ -129,7 +129,7 @@ syncmode = "full"
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# triesinmemory = 128
|
# triesinmemory = 128
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
# allow-insecure-unlock = true
|
# allow-insecure-unlock = true
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ ethstats = "" # Reporting URL of a ethstats service (nodename:sec
|
||||||
preimages = false # Enable recording the SHA3/keccak preimages of trie keys
|
preimages = false # Enable recording the SHA3/keccak preimages of trie keys
|
||||||
txlookuplimit = 2350000 # Number of recent blocks to maintain transactions index for (default = about 56 days, 0 = entire chain)
|
txlookuplimit = 2350000 # Number of recent blocks to maintain transactions index for (default = about 56 days, 0 = entire chain)
|
||||||
triesinmemory = 128 # Number of block states (tries) to keep in memory
|
triesinmemory = 128 # Number of block states (tries) to keep in memory
|
||||||
timeout = "10m0s" # Time after which the Merkle Patricia Trie is stored to disc from memory
|
timeout = "1h0m0s" # Time after which the Merkle Patricia Trie is stored to disc from memory
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
unlock = [] # Comma separated list of accounts to unlock
|
unlock = [] # Comma separated list of accounts to unlock
|
||||||
|
|
|
||||||
|
|
@ -565,7 +565,7 @@ func DefaultConfig() *Config {
|
||||||
Preimages: false,
|
Preimages: false,
|
||||||
TxLookupLimit: 2350000,
|
TxLookupLimit: 2350000,
|
||||||
TriesInMemory: 128,
|
TriesInMemory: 128,
|
||||||
TrieTimeout: 10 * time.Minute,
|
TrieTimeout: 60 * time.Minute,
|
||||||
},
|
},
|
||||||
Accounts: &AccountsConfig{
|
Accounts: &AccountsConfig{
|
||||||
Unlock: []string{},
|
Unlock: []string{},
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ gcmode = "archive"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
# [accounts]
|
# [accounts]
|
||||||
# unlock = []
|
# unlock = []
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ syncmode = "full"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
# [accounts]
|
# [accounts]
|
||||||
# unlock = []
|
# unlock = []
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ syncmode = "full"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
allow-insecure-unlock = true
|
allow-insecure-unlock = true
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ syncmode = "full"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
allow-insecure-unlock = true
|
allow-insecure-unlock = true
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ gcmode = "archive"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
# [accounts]
|
# [accounts]
|
||||||
# unlock = []
|
# unlock = []
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ syncmode = "full"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
# [accounts]
|
# [accounts]
|
||||||
# unlock = []
|
# unlock = []
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ syncmode = "full"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
allow-insecure-unlock = true
|
allow-insecure-unlock = true
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ syncmode = "full"
|
||||||
# noprefetch = false
|
# noprefetch = false
|
||||||
# preimages = false
|
# preimages = false
|
||||||
# txlookuplimit = 2350000
|
# txlookuplimit = 2350000
|
||||||
# timeout = "10m0s"
|
# timeout = "1h0m0s"
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
allow-insecure-unlock = true
|
allow-insecure-unlock = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue