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
Name |
Description |
node |
The node context that owns the indexes. |
Created with MrDocs