From f739b349d5d9f46fd5c5e3ae0e590f735d2d1b62 Mon Sep 17 00:00:00 2001 From: Tomer Brisker <148450772+tbrisker-april@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:34:37 +0300 Subject: [PATCH] Clarify units for accepted_time_diff config param The `accepted_time_diff` param is taken as seconds diff, but this isn't clear from the docs without digging in the source code. --- docs/howto/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/config.rst b/docs/howto/config.rst index b3e3cb5e1..3fa427ee3 100644 --- a/docs/howto/config.rst +++ b/docs/howto/config.rst @@ -522,7 +522,7 @@ accepted_time_diff If your computer and another computer that you are communicating with are not in sync regarding the computer clock, then here you can state how big a -difference you are prepared to accept. +difference in seconds you are prepared to accept. .. note:: This will indiscriminately affect all time comparisons. Hence your server may accept a statement that in fact is too old.