fix locking on generic list and set fetching, decrease dataloader batch size, test.

This commit is contained in:
fiatjaf
2025-01-17 17:39:24 -03:00
parent 3e1c0ddc7e
commit 3fd33ce281
7 changed files with 83 additions and 26 deletions

View File

@@ -435,7 +435,7 @@ func (pool *SimplePool) subManyEoseNonOverwriteCheckDuplicate(
relay, err := pool.EnsureRelay(nm)
if err != nil {
debugLogf("error connecting to %s with %v: %s", relay, filters, err)
debugLogf("error connecting to %s with %v: %s", nm, filters, err)
return
}