From ca3091db058b8f456e55ceb6157c15bbbf13241f Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 18 Nov 2020 10:48:45 -0600 Subject: a --- 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 d241d6a..4ecb279 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", "99", "0"], + "args": ["9000", "testing", "1", "1", "0", "20", "10"], "stopAtEntry": false, "cwd": "${workspaceFolder}", -- cgit v1.2.3