aboutsummaryrefslogtreecommitdiffstats
path: root/P3/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'P3/.vscode/launch.json')
-rw-r--r--P3/.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
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}",