nip77: set default frame size limit to 60000 (same as strfry).

This commit is contained in:
fiatjaf
2025-11-13 16:25:29 -03:00
parent 312cc32da5
commit d981d34ab9

View File

@@ -39,7 +39,7 @@ func NegentropySync(
id := "nl-tmp" // for now we can't have more than one subscription in the same connection
vec := vector.New()
neg := negentropy.New(vec, 1024*1024, source != nil, target != nil)
neg := negentropy.New(vec, 60_000, source != nil, target != nil)
// connect to relay
var err error