You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Original configuration parameters
[Lachesis.Emitter.EmitIntervals]
Min = 400000000
Max = 10000000000
Confirming = 500000000
Configuration parameters after modification
[Lachesis.Emitter.EmitIntervals]
Min = 40000000
Max = 1000000000
Confirming = 50000000
When I use 1000 addresses to randomly send 1000 transactions with a gas of 474340 within 5 seconds, I can see that there are 10-30 transactions in the block packaged transactions, so they can be processed quickly.
But when I use 1000 addresses to randomly send 1000 transactions with a gas of 474340 in 1 minute, some of the generated blocks will not have packaged transactions, and the number of packaged transactions is only 1-5, which leads to a decrease in pending transactions. It's very slow.
Is the parameter value that I modified is affected by the problem? I also checked the resource situation of the node machine, and the machine resource usage is normal.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
Original configuration parameters
[Lachesis.Emitter.EmitIntervals]
Min = 400000000
Max = 10000000000
Confirming = 500000000
Configuration parameters after modification
[Lachesis.Emitter.EmitIntervals]
Min = 40000000
Max = 1000000000
Confirming = 50000000
When I use 1000 addresses to randomly send 1000 transactions with a gas of 474340 within 5 seconds, I can see that there are 10-30 transactions in the block packaged transactions, so they can be processed quickly.
But when I use 1000 addresses to randomly send 1000 transactions with a gas of 474340 in 1 minute, some of the generated blocks will not have packaged transactions, and the number of packaged transactions is only 1-5, which leads to a decrease in pending transactions. It's very slow.
Is the parameter value that I modified is affected by the problem? I also checked the resource situation of the node machine, and the machine resource usage is normal.
The text was updated successfully, but these errors were encountered: