We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fcee0 commit fd181cbCopy full SHA for fd181cb
fly.toml
@@ -29,7 +29,11 @@ primary_region = 'ewr'
29
# resources, number of instances or increasing your hard limit might help.
30
#
31
# https://fly.io/docs/reference/load-balancing/#web-service
32
-[services.concurrency]
33
- type = "connections"
+#
+# Also note: It appears that since I have a [http_service] section, [services] is
34
+# ignored? Originally tried these exact settings in
35
+# [connections.concurrency]
36
+[http_service.concurrency]
37
+ type = "requests"
38
hard_limit = 200
39
soft_limit = 100
0 commit comments