add more test for subset

This commit is contained in:
kevin
2020-08-08 15:25:38 +08:00
parent 621d33ecbe
commit 760d3c8c4b
3 changed files with 8 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ import (
const (
DiscovScheme = "discov"
EndpointSep = ","
subsetSize = 36
subsetSize = 32
)
var builder discovBuilder