From 09d79a623418662fd83b59174e01b6bc1e42c0c8 Mon Sep 17 00:00:00 2001 From: Dmitry Parshin Date: Sat, 23 Mar 2019 21:02:12 +0300 Subject: [PATCH 1/2] Updated README.md fixed wrong attribute value to make the project launch possible --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6174c5..8d220c9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The [`install_photon.sh` script](https://github.com/puniverse/CascadingFailureEx To run the server: - ./run.sh -server jetty/tomcat/undertow -threads [-fibers] + ./run.sh -server jetty -threads [-fibers] The `-fibers` flag turns on the use of fibers. @@ -20,4 +20,4 @@ The load generator runs the code in [this script](https://github.com/puniverse/C ## License -MIT \ No newline at end of file +MIT From ee2ba24363e859cd666bd87a768a1a757f509fc5 Mon Sep 17 00:00:00 2001 From: Dmitry Parshin Date: Sat, 23 Mar 2019 21:08:40 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d220c9..84dbebf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The [`install_photon.sh` script](https://github.com/puniverse/CascadingFailureEx To run the server: - ./run.sh -server jetty -threads [-fibers] + ./run.sh -server -threads [-fibers] The `-fibers` flag turns on the use of fibers.