mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +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