Increased default number of location points returned on /gpsdata.

250 -> 500
This commit is contained in:
Fabio Manganiello 2025-03-26 22:16:11 +01:00
parent 41a659be66
commit a319e1517c
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -1,5 +1,5 @@
class LocationQuery {
public limit: number = 250;
public limit: number = 500;
public offset: number | null = null;
public deviceId: string | null = null;
public startDate: Date | null = null;