Re: wal_sender_timeout / wal_receiver_timeout - seconds or milliseconds?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: d(dot)aumueller(at)proventa(dot)de, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: wal_sender_timeout / wal_receiver_timeout - seconds or milliseconds?
Date: 2019-11-05 04:27:16
Message-ID: 20191105042716.GH16867@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pgconf-units.patch text/x-diff 1.1 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2019-11-05 15:21:38 Re: wal_sender_timeout / wal_receiver_timeout - seconds or milliseconds?
Previous Message Bruce Momjian 2019-11-05 02:52:34 Re: wal_sender_timeout / wal_receiver_timeout - seconds or milliseconds?