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 41f1a65 commit 48ae2fdCopy full SHA for 48ae2fd
shiny/_main.py
@@ -334,7 +334,7 @@ def run_app(
334
# Workaround for nginx/uvicorn issue within Workbench
335
# https://github.com/rstudio/rstudio-pro/issues/7368#issuecomment-2918016088
336
deflate_args: DeflateArgs = {}
337
- if os.getenv("RS_SERVER_URL"):
+ if is_workbench():
338
deflate_args = {
339
"ws_per_message_deflate": False,
340
}
0 commit comments