Skip to content

Defaults for valkey #42

Open
Open
@rtuck99

Description

@rtuck99

The default save interval for valkey is:

# Unless specified otherwise, by default the server will save the DB:
#   * After 3600 seconds (an hour) if at least 1 change was performed
#   * After 300 seconds (5 minutes) if at least 100 changes were performed
#   * After 60 seconds if at least 10000 changes were performed

as we probably aren't going to be modifying it that often, we could probably increase the save frequency to reduce the chance that an interruption loses the state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions