Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds? - Mailing list pgsql-docs

From Michael Paquier
Subject Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?
Date
Msg-id 20191105042716.GH16867@paquier.xyz
Whole thread Raw
In response to Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?  (Bruce Momjian <bruce@momjian.us>)
Responses Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
On Mon, Nov 04, 2019 at 09:52:34PM -0500, Bruce Momjian wrote:
> The default _value_ is 60 seconds, and we use the 's' to specify
> seconds.  What the comment is saying is that if you _don't_ specify any
> units, the integer is in milliseconds.  I am not sure how to improve
> that.

I do have a suggestion as per the attached, say:
+#wal_sender_timeout = 60s      # in milliseconds if no unit specified;
+                               # 0 disables
--
Michael

Attachment

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?
Next
From: Bruce Momjian
Date:
Subject: Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?