@Naluebet-Manpati your site name would usually go there. You can set it in the ACP
Changing socket.io heartbeat interval and timeout
Solved
Technical Support
-
@Genteure I think you can do it with a plugin. In the init hook, you should be able to
var io = require.main.require('./src/socket.io').server; io.set('option', 'value');