Reduce size of face search results
This commit is contained in:
@@ -34,7 +34,7 @@ class FaceSearchManager {
|
||||
"/photos/search/face/" +
|
||||
face.faceID.toString(),
|
||||
queryParameters: {
|
||||
"limit": 200,
|
||||
"limit": 100,
|
||||
},
|
||||
options:
|
||||
Options(headers: {"X-Auth-Token": Configuration.instance.getToken()}),
|
||||
|
||||
Reference in New Issue
Block a user