Add cache for user agent/name

This commit is contained in:
2025-10-10 03:03:41 +07:00
parent 3128e3e9d9
commit ba3b0f6232
5 changed files with 1596 additions and 7 deletions

View File

@@ -1246,6 +1246,8 @@ namespace Managing.Infrastructure.Databases.Migrations
b.HasKey("Id");
b.HasIndex("AgentName");
b.HasIndex("Name")
.IsUnique();