]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2688] Add timeout units to example files
authorMarcin Siodelski <marcin@isc.org>
Mon, 16 Jan 2023 21:34:27 +0000 (22:34 +0100)
committerAndrei Pavel <andrei@isc.org>
Thu, 13 Jul 2023 10:27:56 +0000 (13:27 +0300)
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json

index b64450db23f77d2e90ebb9acd6d9d818effec05a..7946a73e6a6ecf08e97790c3536481bd7ef4045f 100644 (file)
                 "user": "keatest",
 
                 // TCP user timeout while communicating with the database.
+                // It is specified in seconds.
                 "tcp-user-timeout": 100
             },
             {
                 // serve-retry-continue
                 "on-fail": "stop-retry-exit",
 
-                // Connection connect timeout.
+                // Connection connect timeout in seconds.
                 "connect-timeout": 100,
 
-                // Data read from the database timeout.
+                // Data read from the database timeout in seconds.
                 "read-timeout": 120,
 
-                // Data write to the database timeout.
+                // Data write to the database timeout in seconds.
                 "write-timeout": 180
             }
         ],
index 5e2f438b826c2643746d1d8e7f4a51b9a16cda36..ba3c66f8281a14e39d954dc67f3c04229327795a 100644 (file)
                 "user": "keatest",
 
                 // TCP user timeout while communicating with the database.
+                // It is specified in seconds.
                 "tcp-user-timeout": 100
             },
             {
                 // serve-retry-continue
                 "on-fail": "stop-retry-exit",
 
-                // Connection connect timeout.
+                // Connection connect timeout in seconds.
                 "connect-timeout": 100,
 
-                // Data read from the database timeout.
+                // Data read from the database timeout in seconds.
                 "read-timeout": 120,
 
-                // Data write to the database timeout.
+                // Data write to the database timeout in seconds.
                 "write-timeout": 180
             }
         ],