Change resource costs.

This commit is contained in:
JoelKatz
2014-03-17 19:32:13 -07:00
committed by David Schwartz
parent bbc8a8fdc4
commit 0442b3a683
2 changed files with 10 additions and 10 deletions

View File

@@ -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