Implement optional opportunistic pings

This commit is contained in:
Drew DeVault
2021-05-27 12:17:41 -04:00
committed by Simon Ser
parent 3021eae9af
commit d612c91016
2 changed files with 14 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ location /socket {
}
```
If you are unable to configure the proxy timeout accordingly, you can set the
`server.ping` option in `config.json` to an interval, in seconds, between which
gamja will send opportunistic pings.
### Development server
Start your IRC WebSocket server, e.g. on port 8080. Then run: