Skip to content

Commit

Permalink
Change latest down to 250 artifacts per page
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 17, 2023
1 parent 0918ad2 commit f8f4b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/UserState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class UserState
{
public const int InitialTake = 50;
public const int NextPage = 100;
public const int StaticTake = 500;
public const int StaticTake = 250;
public const int StaticPagedTake = 250;
public IServiceGateway Client { get; }

Expand Down

0 comments on commit f8f4b81

Please sign in to comment.