Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MaxPullLimit is the maximum page size for pulling records. MaxPullLimit = 10000 // InitialPullInterval is the interval between automatic log pulls. InitialPullInterval = time.Second // PullInterval is the interval between automatic log pulls. PullInterval = time.Second * 10 )
Functions ¶
func NewNetwork ¶
func NewNetwork(ctx context.Context, h host.Host, bstore bs.Blockstore, ds format.DAGService, ls lstore.Logstore, conf Config, opts ...grpc.ServerOption) (core.Net, error)
NewNetwork creates an instance of net from the given host and thread store.
Types ¶
Click to show internal directories.
Click to hide internal directories.