From 94a478e78212af347db8276215c899b0b297bb95 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 19 Nov 2020 08:30:08 -0600 Subject: it's borked --- P3/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P3/.vscode') diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json index b845e0c..ef82fe9 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", "10", "10", "0", "20", "21"], + "args": ["9000", "testing", "10", "5", "0", "20", "21"], "stopAtEntry": false, "cwd": "${workspaceFolder}", -- cgit v1.2.3