summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6/leases-expiration.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/kea6/leases-expiration.json')
-rw-r--r--doc/examples/kea6/leases-expiration.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/kea6/leases-expiration.json b/doc/examples/kea6/leases-expiration.json
index c5320ff7ed..8c2c1759c1 100644
--- a/doc/examples/kea6/leases-expiration.json
+++ b/doc/examples/kea6/leases-expiration.json
@@ -13,7 +13,7 @@
// We need to specify the database used to store leases. As of
// June 2022, three database backends are supported: MySQL,
// PostgreSQL and the in-memory database, Memfile.
-// We'll use memfile because it doesn't require any prior set up.
+// We'll use memfile because it doesn't require any prior set up.
// Note, we're setting the maximum number of row read errors to 100,
// (defaults to 0, meaning unlimited).
"lease-database": {
@@ -33,7 +33,7 @@
// leases after 10 attempts, a warning message is issued.
// If both "flush-reclaimed-timer-wait-time" and "hold-reclaimed-time" are not
// 0, when the client sends a release message the lease is expired instead of
-// being deleted from the lease storage.
+// being deleted from lease storage.
"expired-leases-processing": {
"reclaim-timer-wait-time": 5,
"hold-reclaimed-time": 1800,