Skip to content

Commit a0a6e04

Browse files
madchapptrovatelli
authored andcommitted
Removing threading from ptvsd entrypoint (#1787)
* removing threading from ptvsd, as it will mess with you.
1 parent 0d64c07 commit a0a6e04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/entrypoint-uwsgi-ptvsd.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ exec uwsgi \
1717
--protocol uwsgi \
1818
--wsgi dojo.wsgi:application \
1919
--py-autoreload 1 \
20-
--enable-threads --lazy-apps --honour-stdin \
21-
--processes 2 \
22-
--threads 2
23-
20+
--enable-threads --lazy-apps --honour-stdin

0 commit comments

Comments
 (0)