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:
parent
7bb61ec564
commit
379b850bbd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user