#202 : Optimisation du Dashboard.

This commit is contained in:
Loic Masi
2026-04-06 22:02:57 +02:00
parent 3859ba80a4
commit 20ef50cb51
9 changed files with 216 additions and 28 deletions

View File

@@ -127,7 +127,7 @@ try
if (seederType == SeederType.Local)
{
repo.SeedBaseDeDonnees();
repo.SeedBaseDeDonnees(nbArtistes: 1000, nbTitres: 50000, maxStyles: 50);
}
else if (seederType == SeederType.Spotify)
{

View File

@@ -1,5 +1,5 @@
{
"Seeder": "Spotify",
"Seeder": "Local",
"Repository": "Db",
"SpotifySeeder": {
"ClientId": "",