From 3574eb868809739602fa7b0052729817627c0bd7 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 25 Nov 2020 08:47:59 -0600 Subject: change VScode stuff --- P3/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json index 8fbcaf0..6c97570 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", "1", "1", "100", "100"], + "args": ["9000", "testing", "100", "100", "0", "100", "100"], "stopAtEntry": false, "cwd": "${workspaceFolder}", -- cgit v1.2.3