mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
msgLogFP -> write ahead log
This commit is contained in:
@@ -67,7 +67,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
mapConfig.SetDefault("rpc_laddr", "0.0.0.0:46657")
|
||||
mapConfig.SetDefault("prof_laddr", "")
|
||||
mapConfig.SetDefault("revision_file", rootDir+"/revision")
|
||||
mapConfig.SetDefault("cs_msg_log", rootDir+"/cs_msg_log")
|
||||
mapConfig.SetDefault("cswal", rootDir+"/cswal")
|
||||
return mapConfig
|
||||
}
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
mapConfig.SetDefault("rpc_laddr", "0.0.0.0:36657")
|
||||
mapConfig.SetDefault("prof_laddr", "")
|
||||
mapConfig.SetDefault("revision_file", rootDir+"/revision")
|
||||
mapConfig.SetDefault("cs_msg_log", rootDir+"/cs_msg_log")
|
||||
mapConfig.SetDefault("cswal", rootDir+"/cswal")
|
||||
return mapConfig
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user