Skip to content

Commit

Permalink
Set deploy riot to 1000M requests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Apr 1, 2019
1 parent e044788 commit fd1c0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/aws/provision/templates/riot-start.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

ulimit -n 819200

# 100 million requests
reqs=$((10**9))
# 1000 million requests
reqs=$((10**10))

export QED_HOME=/var/qed
nohup $QED_HOME/riot --api \
Expand Down

0 comments on commit fd1c0ad

Please sign in to comment.