CereusDB API Documentation
    Preparing search index...

    Interface ObjectStoreRegistryConfig

    interface ObjectStoreRegistryConfig {
        maxConcurrency?: number;
        stores: ObjectStoreConfig[];
    }
    Index

    Properties

    maxConcurrency?: number

    Maximum concurrent browser fetches used by object_store.

    Stores registered by URL prefix.