mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
load in batches 50 photos instead of 30
This commit is contained in:
@@ -11,4 +11,4 @@ interface IAPISuccessResponse<T> {
|
|||||||
|
|
||||||
export type IAPIResponse<T> = IAPIErrorResponse<T> | IAPISuccessResponse<T>;
|
export type IAPIResponse<T> = IAPIErrorResponse<T> | IAPISuccessResponse<T>;
|
||||||
|
|
||||||
export const IPhotosListPagination = 30;
|
export const IPhotosListPagination = 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user