FreakingGenius - v0.1.0
    Preparing search index...

    Interface CheckpointsConfig

    Configuration for the checkpoint manager.

    interface CheckpointsConfig {
        backend: CheckpointStorageBackend;
        maxCheckpoints: number;
    }
    Index

    Properties

    Which storage backend to use.

    maxCheckpoints: number

    Maximum number of checkpoints to retain in memory (older ones are pruned).