From: Marcin Siodelski Date: Tue, 27 Oct 2015 14:37:40 +0000 (+0100) Subject: [3979] Corrected order of parameters in the lease-expiration.json. X-Git-Tag: trac4106_base~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba2386036d282f841dc5d46f17a83c896154c3da;p=thirdparty%2Fkea.git [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. --- diff --git a/doc/examples/kea4/leases-expiration.json b/doc/examples/kea4/leases-expiration.json index 3771eca8b3..b1397b3d18 100644 --- a/doc/examples/kea4/leases-expiration.json +++ b/doc/examples/kea4/leases-expiration.json @@ -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 }, diff --git a/doc/examples/kea6/leases-expiration.json b/doc/examples/kea6/leases-expiration.json index 0f66bfc36c..59fea3022b 100644 --- a/doc/examples/kea6/leases-expiration.json +++ b/doc/examples/kea6/leases-expiration.json @@ -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 },