mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
default log count is 50
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Bit.Admin.Controllers
|
|||||||
_globalSettings = globalSettings;
|
_globalSettings = globalSettings;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<IActionResult> Index(string cursor = null, int count = 25)
|
public async Task<IActionResult> Index(string cursor = null, int count = 50)
|
||||||
{
|
{
|
||||||
var collectionLink = UriFactory.CreateDocumentCollectionUri(Database, Collection);
|
var collectionLink = UriFactory.CreateDocumentCollectionUri(Database, Collection);
|
||||||
using(var client = new DocumentClient(new Uri(_globalSettings.DocumentDb.Uri),
|
using(var client = new DocumentClient(new Uri(_globalSettings.DocumentDb.Uri),
|
||||||
|
|||||||
Reference in New Issue
Block a user