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 5ee09a9 commit d3a6e90Copy full SHA for d3a6e90
jupyter_xprahtml5_proxy/__init__.py
@@ -92,8 +92,9 @@ def _get_random_alphanumeric_string(length):
92
'--no-printing',
93
'--no-microphone',
94
'--no-notifications',
95
- '--dpi=96',
+ # '--dpi=96',
96
# '--sharing',
97
+ '--no-daemon', # mandatory
98
]
99
logger.info('Xpra command: ' + ' '.join(cmd))
100
@@ -104,7 +105,7 @@ def _get_random_alphanumeric_string(length):
104
105
'command': cmd,
106
'mappath': _xprahtml5_mappath,
107
'absolute_url': False,
- 'timeout': 30,
108
+ 'timeout': 60,
109
'new_browser_tab': True,
110
'launcher_entry': {
111
'enabled': True,
0 commit comments