From a7d3a3940ada711bab30a0e83cd2bb22e3f009d2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 12 Oct 2021 20:18:29 +0200 Subject: [PATCH] readme: mention server.ping when server doesn't send PINGs For instance, soju doesn't send PINGs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40d05a1..5991c82 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ 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. +If you are unable to configure the proxy timeout accordingly, or if your IRC +server doesn't send PINGs, you can set the `server.ping` option in +`config.json` (see below). ### Development server