Skip to content

Commit

Permalink
Decrease block interval time for faster feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Dec 6, 2024
1 parent 9cdc97c commit 1cb50a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/anoma/start.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Logger.configure(level: :none)
eclient = Anoma.Client.Examples.EClient.create_example_client
IO.puts("#{eclient.client.grpc_port} #{eclient.node.node_id}")
Anoma.Node.Utility.Consensus.start_link(node_id: eclient.node.node_id, interval: 5000)
Anoma.Node.Utility.Consensus.start_link(node_id: eclient.node.node_id, interval: 500)
)

0 comments on commit 1cb50a6

Please sign in to comment.