Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Marcelli committed Feb 7, 2020
1 parent 5895bd7 commit af3c808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rm ghidra.zip

* Launch the server
```
gunicorn -w 2 -b 0.0.0.0:8080 flask_api:app
gunicorn -w 2 -t 300 -b 0.0.0.0:8080 flask_api:app
```

* Test the APIs
Expand Down

0 comments on commit af3c808

Please sign in to comment.