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
Copy file name to clipboardExpand all lines: articles/blockchain/service/limits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Decreasing ledger and log storage size is not supported.
57
57
58
58
## Performance
59
59
60
-
Do not use *eth.estimate* gas function for each transaction submission. The *eth.estimate* function is memory intensive. Calling it multiple times reduces transactions per second drastically.
60
+
Do not use *eth.estimate* gas function for each transaction submission. The *eth.estimate* function is memory intensive. Calling the function multiple times reduces transactions per second drastically.
61
61
62
62
If possible, use a conservative gas value for submitting transactions and minimize the use of *eth.estimate*.
0 commit comments