Fonts + Only Pointers in sync.Maps

This commit is contained in:
Simon Martens
2024-12-20 01:10:39 +01:00
parent 9012fdcb17
commit 3ef30ef7c7
17 changed files with 323 additions and 255 deletions

View File

@@ -87,7 +87,7 @@ func (k *KGPZ) Enrich() error {
// INFO: We pass agents by value since we don't want to block the library
agents := k.Library.Agents.Everything()
go func(agents []xmlprovider.Agent) {
go func(agents []*xmlprovider.Agent) {
k.GND.FetchPersons(agents)
k.GND.WriteCache(k.Config.GNDPath)
}(agents)