250 -> 500
This commit is contained in:
parent
41a659be66
commit
a319e1517c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue