StartIndexBackgroundSync

Validates requirements to run the indexes and spawns each index initial sync thread

Synopsis

Declared in <init.h>

bool
StartIndexBackgroundSync(node::NodeContext& node);

Return Value

true if every index background sync thread started successfully.

Parameters

NameDescription
nodeThe node context that owns the indexes.