rhodonite
    Preparing search index...

    Interface AssetLoaderConfig

    Asset loader configuration interface

    interface AssetLoaderConfig {
        maxConcurrentLoads?: number;
        timeout?: number;
    }
    Index

    Properties

    maxConcurrentLoads?: number

    Limit on the number of concurrent loads

    timeout?: number

    Timeout duration (in milliseconds). Set to 0 or negative value to disable timeout