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