File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ echo "Changing defaults and ports in app.toml and config.toml files..."
120120sed -i -e ' s/cors_allowed_origins = \[\]/cors_allowed_origins = \["*"\]/g' $CHAIN_DIR /$CHAINID /config/config.toml
121121sed -i -e ' s#"tcp://0.0.0.0:26656"#"tcp://0.0.0.0:' " $P2PPORT " ' "#g' $CHAIN_DIR /$CHAINID /config/config.toml
122122sed -i -e ' s#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:' " $RPCPORT " ' "#g' $CHAIN_DIR /$CHAINID /config/config.toml
123- sed -i -e ' s/timeout_commit = "5s "/timeout_commit = "5s"/g' $CHAIN_DIR /$CHAINID /config/config.toml
123+ sed -i -e ' s/timeout_commit = "1s "/timeout_commit = "5s"/g' $CHAIN_DIR /$CHAINID /config/config.toml
124124sed -i -e ' s/timeout_propose = "3s"/timeout_propose = "5s"/g' $CHAIN_DIR /$CHAINID /config/config.toml
125125sed -i -e ' s/index_all_keys = false/index_all_keys = true/g' $CHAIN_DIR /$CHAINID /config/config.toml
126126
You can’t perform that action at this time.
0 commit comments