forked from Qortal/qortal
Removed unused setting.
This commit is contained in:
parent
33e82b336b
commit
f58a16905f
@ -214,8 +214,6 @@ public class Settings {
|
|||||||
private int maxBlocksPerRequest = 100;
|
private int maxBlocksPerRequest = 100;
|
||||||
/** Maximum number of blocks this node will serve in a single response */
|
/** Maximum number of blocks this node will serve in a single response */
|
||||||
private int maxBlocksPerResponse = 200;
|
private int maxBlocksPerResponse = 200;
|
||||||
/** Maximum number of untrimmed blocks this node will serve in a single response */
|
|
||||||
private int maxUntrimmedBlocksPerResponse = 10;
|
|
||||||
|
|
||||||
// Which blockchains this node is running
|
// Which blockchains this node is running
|
||||||
private String blockchainConfig = null; // use default from resources
|
private String blockchainConfig = null; // use default from resources
|
||||||
@ -709,8 +707,6 @@ public class Settings {
|
|||||||
|
|
||||||
public int getMaxBlocksPerResponse() { return this.maxBlocksPerResponse; }
|
public int getMaxBlocksPerResponse() { return this.maxBlocksPerResponse; }
|
||||||
|
|
||||||
public int getMaxUntrimmedBlocksPerResponse() { return this.maxUntrimmedBlocksPerResponse; }
|
|
||||||
|
|
||||||
public boolean isAutoUpdateEnabled() {
|
public boolean isAutoUpdateEnabled() {
|
||||||
return this.autoUpdateEnabled;
|
return this.autoUpdateEnabled;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user