aboutsummaryrefslogtreecommitdiffstats
path: root/P3/.vscode/launch.json
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-22 17:15:26 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-22 17:15:26 -0600
commit743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0 (patch)
treee53f0c418a306b53aeb229f19ec433a454d4fa04 /P3/.vscode/launch.json
parentChange spacing and learn how to spell (diff)
downloadcsci4061-743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0.tar
csci4061-743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0.tar.gz
csci4061-743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0.tar.bz2
csci4061-743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0.tar.lz
csci4061-743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0.tar.xz
csci4061-743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0.tar.zst
csci4061-743ced619e4e5a3609f0ecea5c9ed9f85c5fcde0.zip
changes
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 c887944..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", "100", "0", "10", "100"],
+ "args": ["9000", "testing", "100", "100", "0", "100", "100"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",