Skip to content

Commit 6283460

Browse files
committed
test
1 parent d6efbc0 commit 6283460

File tree

1 file changed

+1
-1
lines changed
  • terraform/python/ec2/adot-genai

1 file changed

+1
-1
lines changed

terraform/python/ec2/adot-genai/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ cat > /app/generate_traffic.sh << 'TRAFFIC_EOF'
117117
SERVER_URL="$${SERVER_URL:-http://localhost:8000}"
118118
ENDPOINT="$$SERVER_URL/ai-chat"
119119
DELAY_SECONDS="$${DELAY_SECONDS:-3600}"
120-
NUM_REQUESTS="$${NUM_REQUESTS:-0}"
120+
NUM_REQUESTS="$${NUM_REQUESTS:-5}"
121121
TIMEOUT="$${TIMEOUT:-30}"
122122
123123

0 commit comments

Comments
 (0)