From 2993391a0e8ed934627bc62807229b68a656de8f Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 24 Nov 2020 14:01:23 -0600 Subject: forgot to commit these --- P3/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P3/.vscode/launch.json') diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json index 6c97570..8fbcaf0 100644 --- a/P3/.vscode/launch.json +++ b/P3/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/web_server", - "args": ["9000", "testing", "100", "100", "0", "100", "100"], + "args": ["9000", "testing", "100", "1", "1", "100", "100"], "stopAtEntry": false, "cwd": "${workspaceFolder}", -- cgit v1.2.3