aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Smith <smit9523@umn.edu>2020-11-25 11:43:10 -0600
committerAndrea Smith <smit9523@umn.edu>2020-11-25 11:43:10 -0600
commit8e1a810bfbe6453096bf5d3e4d4c9487996dd292 (patch)
treeb2b6b90cf1baec2963c72dd1afaa3e9eb1df7ffa /README.md
parentMerge branch 'master' of github.umn.edu:STRAP012/csci4061Projects (diff)
downloadcsci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar
csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.gz
csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.bz2
csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.lz
csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.xz
csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.tar.zst
csci4061-8e1a810bfbe6453096bf5d3e4d4c9487996dd292.zip
Update README (again)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index aec0ca1..3bd3501 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Monitors the queue, retrieve new requests as they come in, and send the result b
## Extra Credit A
```dynamic_pool_size_update():```
+Changes the worker thread pool dynamically depending on the number of requests
## Extra Credit B