Skip to content

Commit 5df1795

Browse files
reduce scaledown time to 3 minutes to try to reduce costs of unused containers (#2205)
1 parent d198cb7 commit 5df1795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inference/core/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
)
860860
# seconds
861861
WEBRTC_MODAL_FUNCTION_SCALEDOWN_WINDOW = int(
862-
os.getenv("WEBRTC_MODAL_FUNCTION_SCALEDOWN_WINDOW", "15")
862+
os.getenv("WEBRTC_MODAL_FUNCTION_SCALEDOWN_WINDOW", "3")
863863
)
864864
WEBRTC_MODAL_IMAGE_NAME = os.getenv(
865865
"WEBRTC_MODAL_IMAGE_NAME", "roboflow/roboflow-inference-server-gpu"

0 commit comments

Comments
 (0)