@pistonite/workex
    Preparing search index...

    Type Alias WxEndOptions

    type WxEndOptions = {
        timeout?: number;
    }
    Index

    Properties

    Properties

    timeout?: number

    If specified and non-zero, the creation will fail if the connection is not established within the number of seconds (for example, the worker does not initialize the workex library correctly or an exception happens)

    Default is 60 seconds