]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
a warning for a future developer
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Sun, 3 Jul 2016 14:37:36 +0000 (16:37 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Sun, 3 Jul 2016 14:37:36 +0000 (16:37 +0200)
pdns/pdns_recursor.cc

index 7a5e104a6050cb855ec27527b0d122e4e3aa4bdd..33c9364a85705ee2aecba7995e7edab99f309f7d 100644 (file)
@@ -2960,7 +2960,7 @@ int main(int argc, char **argv)
     ::arg().set("setuid","If set, change user id to this uid for more security")="";
     ::arg().set("network-timeout", "Wait this nummer of milliseconds for network i/o")="1500";
     ::arg().set("threads", "Launch this number of threads")="2";
-    ::arg().set("processes", "Launch this number of processes (EXPERIMENTAL, DO NOT CHANGE)")="1";
+    ::arg().set("processes", "Launch this number of processes (EXPERIMENTAL, DO NOT CHANGE)")="1"; // if we un-experimental this, need to fix openssl rand seeding for multiple PIDs!
     ::arg().set("config-name","Name of this virtual configuration - will rename the binary image")="";
     ::arg().set("api-config-dir", "Directory where REST API stores config and zones") = "";
     ::arg().set("api-key", "Static pre-shared authentication key for access to the REST API") = "";