We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b1df8 commit 98ccb62Copy full SHA for 98ccb62
mock-api/audit-log.ts
@@ -201,5 +201,5 @@ export const auditLogs: Json<AuditLogEntry[]> = [
201
source_ip: '192.168.1.100',
202
},
203
// Generate additional entries
204
- ...Array.from({ length: 199995 }, (_, i) => generateAuditLogEntry(i + 5)),
+ ...Array.from({ length: 4995 }, (_, i) => generateAuditLogEntry(i + 5)),
205
]
0 commit comments