Skip to content

Commit

Permalink
Removing threading from ptvsd entrypoint (#1787)
Browse files Browse the repository at this point in the history
* removing threading from ptvsd, as it will mess with you.
  • Loading branch information
madchap authored and ptrovatelli committed Jan 22, 2020
1 parent 0d64c07 commit a0a6e04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/entrypoint-uwsgi-ptvsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ exec uwsgi \
--protocol uwsgi \
--wsgi dojo.wsgi:application \
--py-autoreload 1 \
--enable-threads --lazy-apps --honour-stdin \
--processes 2 \
--threads 2

--enable-threads --lazy-apps --honour-stdin

0 comments on commit a0a6e04

Please sign in to comment.