tls-devicer
    Preparing search index...

    Function createTlsStorage

    • Create an in-memory TLS snapshot store.

      Stores at most maxPerDevice snapshots per deviceId, dropping the oldest entries once the cap is reached. Snapshots are maintained newest-first.

      Parameters

      • maxPerDevice: number = 50

        Maximum snapshots to retain per device. Default: 50.

      Returns TlsStorage