fly.toml reference out-of-date?

Hey, looks like the App Configuration reference for the fly.toml file might be a little out of date. flyctl generates a toml file containing the following:

  [services.concurrency]
    hard_limit = 25
    soft_limit = 20
    type = "connections"

The type property isn’t referenced in the above link. Maybe there are other settings not mentioned in those docs?

It is out of date! That connections type is the default, there’s also a requests type concurrency we need to document. :slight_smile:

1 Like