Revert "chg : trieTimeout from 60 to 10 mins (#692)" (#720)

This reverts commit 241843c7e7.
This commit is contained in:
Manav Darji 2023-02-03 15:42:38 +05:30 committed by GitHub
parent 2be6ae43a1
commit fe1034e5e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View file

@ -129,7 +129,7 @@ syncmode = "full"
# preimages = false
# txlookuplimit = 2350000
# triesinmemory = 128
# timeout = "10m0s"
# timeout = "1h0m0s"
[accounts]
# allow-insecure-unlock = true

View file

@ -132,7 +132,7 @@ ethstats = "" # Reporting URL of a ethstats service (nodename:sec
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)
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]
unlock = [] # Comma separated list of accounts to unlock

View file

@ -565,7 +565,7 @@ func DefaultConfig() *Config {
Preimages: false,
TxLookupLimit: 2350000,
TriesInMemory: 128,
TrieTimeout: 10 * time.Minute,
TrieTimeout: 60 * time.Minute,
},
Accounts: &AccountsConfig{
Unlock: []string{},

View file

@ -120,7 +120,7 @@ gcmode = "archive"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
# [accounts]
# unlock = []

View file

@ -120,7 +120,7 @@ syncmode = "full"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
# [accounts]
# unlock = []

View file

@ -122,7 +122,7 @@ syncmode = "full"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
[accounts]
allow-insecure-unlock = true

View file

@ -122,7 +122,7 @@ syncmode = "full"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
[accounts]
allow-insecure-unlock = true

View file

@ -120,7 +120,7 @@ gcmode = "archive"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
# [accounts]
# unlock = []

View file

@ -120,7 +120,7 @@ syncmode = "full"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
# [accounts]
# unlock = []

View file

@ -122,7 +122,7 @@ syncmode = "full"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
[accounts]
allow-insecure-unlock = true

View file

@ -122,7 +122,7 @@ syncmode = "full"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "10m0s"
# timeout = "1h0m0s"
[accounts]
allow-insecure-unlock = true