Skip to content

Kino 0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:09
· 11 commits to 12bcb32012b787cfc3ee2d88f5db6e456319c9df since this release
  • Mode-dependent threads default: 1 per worker in :ractor mode (threads
    inside a ractor share its lock and cost a per-request handoff; +16-18%
    on fast handlers, measured on dedicated hardware), 3 in :threaded mode.
    Explicit threads always wins; waiting-heavy ractor apps should raise
    workers instead.
  • queue_timeout default raised from 1 to 5 seconds: a brief burst now
    waits out the spike instead of shedding 503s within a second.