ipfsd-ctl
    Preparing search index...

    Interface KuboStopOptions

    interface KuboStopOptions {
        forceKillTimeout?: number;
    }
    Index

    Properties

    forceKillTimeout?: number

    How long to wait in ms before sending SIGKILL to the process

    1000