Node CrowdSec Client
    Preparing search index...

    Enumeration LiveCheckErrorBehavior

    What to do when an unknown IP appears and the live check fails ( LAPI down, timeout... ). The current request always passes ( the live check runs in background ), this only controls whether the failure is cached so subsequent requests from the same IP are not re-tried during the backoff.

    Index
    failFast: "failFast"

    do not cache the failure : every request for that IP triggers a new live check

    failOpen: "failOpen"

    treat the failed check as "clean" for the backoff duration ( default )