Raise fees faster.

This commit is contained in:
JoelKatz
2013-07-22 18:36:09 -07:00
parent 1fccbf2e14
commit 728cc7a797

View File

@@ -200,7 +200,7 @@ private:
private:
static const int lftNormalFee = 256; // 256 is the minimum/normal load factor
static const int lftFeeIncFraction = 16; // increase fee by 1/16
static const int lftFeeIncFraction = 4; // increase fee by 1/4
static const int lftFeeDecFraction = 4; // decrease fee by 1/4
static const int lftFeeMax = lftNormalFee * 1000000;