Skip to content

Commit 2dcef3c

Browse files
committed
generate fewer mock persons in-dev
1 parent af89581 commit 2dcef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/Server/Database/DatabaseInitialyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static async Task InitializeDatabaseAsync(this WebApplication app)
2525
public static async Task InsertFakeUsersAsync(
2626
this JordnaerDbContext context,
2727
List<Category> categories,
28-
int usersToGenerate = 10000)
28+
int usersToGenerate = 500)
2929
{
3030
if (await context.UserProfiles.AnyAsync())
3131
{

0 commit comments

Comments
 (0)