mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
By default, don't show instance counts under 10.
This commit is contained in:
@@ -2607,7 +2607,7 @@ Json::Value RPCHandler::doLogin(const Json::Value& params)
|
||||
|
||||
Json::Value RPCHandler::doGetCounts(const Json::Value& params)
|
||||
{
|
||||
int minCount = 1;
|
||||
int minCount = 10;
|
||||
if (params.size() > 0)
|
||||
minCount = params[0u].asInt();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user