mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fine tune capacity
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user