Skip to content

Commit 34601c2

Browse files
committed
refactor: update maxrows for admin
1 parent 6e076d4 commit 34601c2

File tree

1 file changed

+1
-0
lines changed
  • server/admin/src/server/router

1 file changed

+1
-0
lines changed

server/admin/src/server/router/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ router.use(
363363
capabilities: {
364364
delete: false,
365365
},
366+
maxRows: 2000,
366367
})
367368
);
368369
router.use(

0 commit comments

Comments
 (0)