From c5027692dd997895f6633a76a5ee54928bd0a52b Mon Sep 17 00:00:00 2001 From: Yuzuki Aida Date: Thu, 16 May 2024 00:50:31 +0900 Subject: [PATCH] Update config --- infra/push-serverless/fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/push-serverless/fly.toml b/infra/push-serverless/fly.toml index d27be8b0..f20b7341 100644 --- a/infra/push-serverless/fly.toml +++ b/infra/push-serverless/fly.toml @@ -26,7 +26,7 @@ type = "requests" soft_limit = 9999 hard_limit = 9999 -# (Experimental) RTMPS +# RTMPS [[services]] internal_port = 1935 protocol = "tcp" @@ -50,4 +50,4 @@ processes = ['app'] port = 1935 [[vm]] -size = 'performance-1x' +size = 'performance-2x'