Instance Propertyvapor 4.106.2Vapor

    connectionsPerServerTick

    The number of incoming TCP connections to accept per “tick” (i.e. each time through the server’s event loop).

    HTTPServer.swift:125
    var connectionsPerServerTick: UInt

    Most users will never need to change this value; its primary use case is to work around benchmarking artifacts where bursts of connections are created within extremely small intervals. See https://forums.swift.org/t/standard-vapor-website-drops-1-5-of-requests-even-at-concurrency-of-100/71583/49 for additional information.

    Other members in extension

    Types

    Typealiases

    Show obsolete interfaces (2)

    Hide obsolete interfaces

    Type members

    Instance members