diff --git a/fly.toml b/fly.toml index bace0be..6c8b65e 100644 --- a/fly.toml +++ b/fly.toml @@ -23,19 +23,6 @@ kill_timeout = 5 hard_limit = 1024 soft_limit = 1024 -[[services]] - processes = ["fills"] - internal_port = 9091 - protocol = "tcp" - - [[services.ports]] - port = "9091" - - [services.concurrency] - type = "connections" - hard_limit = 1024 - soft_limit = 1024 - [[services]] processes = ["pnl"] internal_port = 2052