Skip to content

Commit 0322d7c

Browse files
committed
Frontend: Increase result count limit to 100000 in model/rest.js photoprism#3168
Signed-off-by: Michael Mayer <[email protected]>
1 parent 0b6dbe4 commit 0322d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/model/rest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export class Rest extends Model {
180180
}
181181

182182
static limit() {
183-
return 10000;
183+
return 100000;
184184
}
185185

186186
static search(params) {

0 commit comments

Comments
 (0)