Function start

Source
pub async fn start<R: RuntimeIndexer + 'static>(
    db_path: Option<String>,
    db_mode: Mode,
    db_cache_capacity: u64,
    url: Option<String>,
    queue_depth: u8,
    index_variant: bool,
    port: u16,
    log_level: LevelFilter,
)
Expand description

Starts the indexer. Chain is defined by R.