fine tune capacity
This commit is contained in:
parent
27c6eb697a
commit
dad118d222
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ namespace BirdsiteLive.Statistics.Domain
|
||||||
UserCallsCountMin = userCalls.Any() ? userCalls.Min() : 0,
|
UserCallsCountMin = userCalls.Any() ? userCalls.Min() : 0,
|
||||||
UserCallsCountAvg = userCalls.Any() ? (int)userCalls.Average() : 0,
|
UserCallsCountAvg = userCalls.Any() ? (int)userCalls.Average() : 0,
|
||||||
UserCallsCountMax = userCalls.Any() ? userCalls.Max() : 0,
|
UserCallsCountMax = userCalls.Any() ? userCalls.Max() : 0,
|
||||||
UserCallsMax = 900,
|
UserCallsMax = 300,
|
||||||
TweetCallsCountMin = tweetCalls.Any() ? tweetCalls.Min() : 0,
|
TweetCallsCountMin = tweetCalls.Any() ? tweetCalls.Min() : 0,
|
||||||
TweetCallsCountAvg = tweetCalls.Any() ? (int)tweetCalls.Average() : 0,
|
TweetCallsCountAvg = tweetCalls.Any() ? (int)tweetCalls.Average() : 0,
|
||||||
TweetCallsCountMax = tweetCalls.Any() ? tweetCalls.Max() : 0,
|
TweetCallsCountMax = tweetCalls.Any() ? tweetCalls.Max() : 0,
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"AdminEmail": "me@domain.name",
|
"AdminEmail": "me@domain.name",
|
||||||
"ResolveMentionsInProfiles": true,
|
"ResolveMentionsInProfiles": true,
|
||||||
"PublishReplies": false,
|
"PublishReplies": false,
|
||||||
"MaxUsersCapacity": 1400
|
"MaxUsersCapacity": 800
|
||||||
},
|
},
|
||||||
"Db": {
|
"Db": {
|
||||||
"Type": "postgres",
|
"Type": "postgres",
|
||||||
|
|
Loading…
Add table
Reference in a new issue