Skip to content

Make the heartbeat interval configurable #4

Description

@ooyeku

The editor tick is hardcoded at 100 ms where the timer is scheduled in src/main.zig (PeriodicTasks / timer_service.setInterval(100, ...)). Add editor.tick_interval_ms to the config schema (src/config/schema.zig), clamp it to something sane (e.g. 20–1000 ms), and use it when scheduling.

Good first issue: one config key, one call site, plus a line in the README config table.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions