3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-11 17:55:50 +00:00

Increase default maxTransactionsPerBlock to 50 now that the process is faster. Can be increased much further in the future.

This commit is contained in:
CalDescent 2023-08-19 14:12:12 +01:00
parent 7bb61ec564
commit 379b850bbd

View File

@ -147,7 +147,7 @@ public class Settings {
private int blockCacheSize = 10;
/** Maximum number of transactions for the block minter to include in a block */
private int maxTransactionsPerBlock = 25;
private int maxTransactionsPerBlock = 50;
/** How long to keep old, full, AT state data (ms). */
private long atStatesMaxLifetime = 5 * 24 * 60 * 60 * 1000L; // milliseconds