Skip to content

Commit cf19671

Browse files
authored
Merge pull request #796 from sfayer/fix_wsping
fix: Add default websocket ping keepalive
2 parents b25e879 + dcbb393 commit cf19671

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WebAppDIRAC/Core/App.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def bootstrap(self):
104104
cookie_secret=str(Conf.cookieSecret()),
105105
log_function=self._logRequest,
106106
autoreload=autoreload,
107+
websocket_ping_interval=15,
107108
)
108109

109110
# please do no move this lines. The lines must be before the fork_processes

0 commit comments

Comments
 (0)