Skip to content

Commit

Permalink
Upped max transaction time to assist with testing. This does not mirr…
Browse files Browse the repository at this point in the history
…or real world scenarios, but often neither does our code we're developing with (logging all sorts of things, etc).
  • Loading branch information
thekevinbrown committed May 7, 2019
1 parent 0d4d5c8 commit da3732f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/init_blockchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rm -rf /mnt/dev/data
# run it in a background job such that docker run could continue
nodeos -e -p eosio -d /mnt/dev/data \
--config-dir /mnt/dev/config \
--max-transaction-time=1000 \
--http-validate-host=false \
--plugin eosio::producer_plugin \
--plugin eosio::chain_api_plugin \
Expand Down

0 comments on commit da3732f

Please sign in to comment.