]> 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)
committerMarcin Siodelski <marcin@isc.org>
Tue, 17 Jan 2023 10:28:35 +0000 (11:28 +0100)
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json

index 1b8072d823cd84e651c6258f18e8ab273443a53c..7cd6751c3dc220387eefc79af317f69320122633 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 7ddf259901c4dd668b8245e2a26d47fc841f5956..e657492e15372b3abd54189d107e11738068a3e1 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
             }
         ],