Ver código fonte

Rewrite sentence and remove reference to go const

Aileen Thai 7 anos atrás
pai
commit
ff6560ee0e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Documentation/configuration.md

+ 2 - 2
Documentation/configuration.md

@@ -23,8 +23,8 @@ The value of the config is a JSON dictionary with the following keys:
    The list of available backends and the keys that can be put into the this dictionary are listed below.
    Defaults to `udp` backend.
 
-The lease on a subnet is hard-coded to 24h (see [`subnetTTL`](subnet/local_manager.go#L31)).
-Subnet lease are renewed within 1h of their expiration (can be overridden via `--subnet-lease-renew-margin`).
+Subnet leases have a duration of 24 hours. Leases are renewed within 1 hour of their expiration,
+unless a different renewal margin is set with the ``subnet-lease-renew-margin`` option.
 
 ## Example configuration JSON