Skip to content

Commit 416eee6

Browse files
committed
chore: set default limit to 100
1 parent ae3f8e3 commit 416eee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Paginator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default class Paginator<Entity> {
3636

3737
private alias: string = pascalToUnderscore(this.entity.name);
3838

39-
private limit = 10;
39+
private limit = 100;
4040

4141
private order: Order = 'DESC';
4242

0 commit comments

Comments
 (0)