diff options
-rw-r--r-- | P3/.vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
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}", |