mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
default log count is 50
This commit is contained in:
parent
922da5596d
commit
8edba6bb6c
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user