소스 검색

mod: warmup

Ben 11 달 전
부모
커밋
c397df5b11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -108,7 +108,7 @@ def refresh():
         AutoScalingGroupName="be-ytb-as",
         Strategy="Rolling",
         Preferences={
-            "InstanceWarmup": 120
+            "InstanceWarmup": 30
         })
     return {
         "response": response