mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): correctly handle person search with more than 100 results (#29002)
This commit is contained in:
parent
abd62d9295
commit
b21af78454
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export enum OpenQueryParam {
|
|||
PURCHASE_SETTINGS = 'user-purchase-settings',
|
||||
}
|
||||
|
||||
export const maximumLengthSearchPeople = 1000;
|
||||
export const maximumLengthSearchPeople = 100;
|
||||
|
||||
// time to load the map before displaying the loading spinner
|
||||
export const timeToLoadTheMap: number = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue