mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05: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