mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Change resource costs.
This commit is contained in:
@@ -27,10 +27,10 @@ namespace Resource {
|
||||
enum
|
||||
{
|
||||
// Balance at which a warning is issued
|
||||
warningThreshold = 1000
|
||||
warningThreshold = 500
|
||||
|
||||
// Balance at which the consumer is disconnected
|
||||
,dropThreshold = 5000
|
||||
,dropThreshold = 1500
|
||||
|
||||
// The number of seconds until an inactive table item is removed
|
||||
,secondsUntilExpiration = 300
|
||||
|
||||
Reference in New Issue
Block a user