We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25e879 commit dcbb393Copy full SHA for dcbb393
1 file changed
src/WebAppDIRAC/Core/App.py
@@ -104,6 +104,7 @@ def bootstrap(self):
104
cookie_secret=str(Conf.cookieSecret()),
105
log_function=self._logRequest,
106
autoreload=autoreload,
107
+ websocket_ping_interval=15,
108
)
109
110
# please do no move this lines. The lines must be before the fork_processes
0 commit comments