mirror of
https://github.com/bitwarden/server
synced 2026-01-03 17:14:00 +00:00
event page default is 50
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
public class PageOptions
|
||||
{
|
||||
public string ContinuationToken { get; set; }
|
||||
public int PageSize { get; set; } = 100;
|
||||
public int PageSize { get; set; } = 50;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user