summaryrefslogtreecommitdiffstats
path: root/searchcore/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-10-24 22:32:08 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-10-24 22:32:08 +0200
commit093c4c57f0ba5a1380b13b109bd131c7b05f55dc (patch)
tree6e4b8b4b5d2f5c477099d6bf3a3d95412b1a34cb /searchcore/src
parentde4ebbee046517bc5f076e4977d6f56d9fcdb383 (diff)
GC no longer used ports.
Diffstat (limited to 'searchcore/src')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index deec60dbf50..d123a5711ac 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -4,10 +4,6 @@ namespace=vespa.config.search.core
## Base directory. The default is ignored as it is assigned by the model
basedir string default="." restart
-## specifies the port number for the persistent internal transport
-## protocol provided for a multi-level dispatch system.
-ptport int default=8003 restart
-
## Port to use for the rpcserver.
rpcport int default=8004 restart