2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[3979] Corrected order of parameters in the lease-expiration.json.

This is a result of the review. This change was suggested so as
the order of lease expiration specific parameters follows the
order in which they are described.
This commit is contained in:
Marcin Siodelski
2015-10-27 15:37:40 +01:00
parent f8c17848bd
commit ba2386036d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,10 +27,10 @@
# some unreclaimed leases after 10 attempts, a warning message is issued.
"expired-leases-processing": {
"reclaim-timer-wait-time": 5,
"hold-reclaimed-time": 1800,
"flush-reclaimed-timer-wait-time": 10,
"max-reclaim-leases": 500,
"max-reclaim-time": 100,
"hold-reclaimed-time": 1800,
"unwarned-reclaim-cycles": 10
},