mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 20:22:34 +09:00
fix(server): increase person search limit (#12619)
This commit is contained in:
@@ -93,7 +93,7 @@ export enum ActionQueryParameterValue {
|
||||
MERGE = 'merge',
|
||||
}
|
||||
|
||||
export const maximumLengthSearchPeople: number = 20;
|
||||
export const maximumLengthSearchPeople = 1000;
|
||||
|
||||
// time to load the map before displaying the loading spinner
|
||||
export const timeToLoadTheMap: number = 100;
|
||||
|
||||
Reference in New Issue
Block a user