We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bad20a commit b8e28aeCopy full SHA for b8e28ae
1 file changed
src/data/users.ts
@@ -28,7 +28,7 @@ export const cities = [
28
29
export const ages = [22, 26, 30, 34, 38, 42];
30
31
-export const defaultLimit = 10_000_000;
+export const defaultLimit = 1_000_000;
32
33
export const users: User[] = Array.from(
34
{ length: defaultLimit },
0 commit comments