Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergzach committed May 12, 2019
1 parent 40f2019 commit 3592211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
CUR_DIR=$(dirname "$0")

cd $CUR_DIR/../app && \
carserver.py --max-connections=32 --buff-size=4096 \
--response-module=carstore_app --max-read-time=2000 --poll_timeout=1
carserver.py --max-connections=32 --buff-size=4096 \
--response-module=carstore_app --max-read-time=2000 --poll_timeout=1

0 comments on commit 3592211

Please sign in to comment.