Răsfoiți Sursa

docs: remove resetAfterInactivitySeconds, pidFile, version

Lars Gierth 9 ani în urmă
părinte
comite
36c67d1eb2
2 a modificat fișierele cu 0 adăugiri și 18 ștergeri
  1. 0 11
      doc/configure.md
  2. 0 7
      doc/man/cjdroute.conf.5

+ 0 - 11
doc/configure.md

@@ -238,14 +238,6 @@ Miscellaneous
 
 This section contains the security section for configuring program options and a few other miscellaneous things that don't fit in with a broader category elsewhere.
 ````javascript
-    // Tear down inactive CryptoAuth sessions after this number of seconds
-    // to make them more forgiving in the event that they become desynchronized.
-    "resetAfterInactivitySeconds": 100,
-
-    // Save the pid of the running process to this file.
-    // If this file cannot be opened for writing, the router will not start.
-    //"pidFile": "cjdroute.pid",
-
     // Dropping permissions.
     "security":
     [
@@ -258,9 +250,6 @@ This section contains the security section for configuring program options and a
         // Change the user id to this user after starting up and getting resources.
         {"setuser": "nobody"}
      ],
-
-    // Version of the config file, used internally for migration.
-    "version": 1
 }
 ````
 

+ 0 - 7
doc/man/cjdroute.conf.5

@@ -220,13 +220,6 @@ Example:
 .RE
 .PP
 
-\fB"resetAfterInactivitySeconds":\fR Integer
-.RS 4
-The number of seconds to wait before tearing down an inactive CryptoAuth
-session\&.
-.RE
-.PP
-
 \fB"security":\fR [\&.\&.\&.]
 .RS 4
 An array that defines what user to change to after startup and whether to