We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868d923 commit 47cfb5bCopy full SHA for 47cfb5b
frameworks/Python/blacksheep/app-socketify.py
@@ -125,7 +125,7 @@ async def plaintext_test(request):
125
if platform.python_implementation() == 'PyPy':
126
from socketify import ASGI
127
workers = int(multiprocessing.cpu_count())
128
- if _is_travis:
+ if os.environ.get('TRAVIS') == 'true':
129
workers = 2
130
131
def run_app():
0 commit comments