From ebf8294d34eec853fe735d51141abaa86921b004 Mon Sep 17 00:00:00 2001 From: ziirish Date: Thu, 7 Jan 2016 22:10:29 +0100 Subject: [PATCH] remove threads option since gevent handles simultaneous calls --- docker/docker-burp1/assets/config/burp-ui/buiagent.cfg | 2 -- docker/docker-burp2/assets/config/burp-ui/buiagent.cfg | 2 -- docs/buiagent.rst | 5 ----- share/burpui/etc/buiagent.sample.cfg | 2 -- 4 files changed, 11 deletions(-) diff --git a/docker/docker-burp1/assets/config/burp-ui/buiagent.cfg b/docker/docker-burp1/assets/config/burp-ui/buiagent.cfg index d3d41003..8cc219d2 100644 --- a/docker/docker-burp1/assets/config/burp-ui/buiagent.cfg +++ b/docker/docker-burp1/assets/config/burp-ui/buiagent.cfg @@ -14,8 +14,6 @@ sslkey: /etc/burp/ssl_cert-server.key version: 1 # agent password password: azerty -# number of threads that will handle requests -threads: 20 ## burp1 backend specific options [Burp1] diff --git a/docker/docker-burp2/assets/config/burp-ui/buiagent.cfg b/docker/docker-burp2/assets/config/burp-ui/buiagent.cfg index f6318163..234f8a1b 100644 --- a/docker/docker-burp2/assets/config/burp-ui/buiagent.cfg +++ b/docker/docker-burp2/assets/config/burp-ui/buiagent.cfg @@ -14,8 +14,6 @@ sslkey: /etc/burp/ssl_cert-server.key version: 2 # agent password password: azerty -# number of threads that will handle requests -threads: 20 [Burp2] tmpdir: /tmp/bui/ diff --git a/docs/buiagent.rst b/docs/buiagent.rst index ad319956..ea96a9ef 100644 --- a/docs/buiagent.rst +++ b/docs/buiagent.rst @@ -96,8 +96,6 @@ section as below: version: 1 # agent password password: password - # number of threads that will handle requests - threads: 5 Each option is commented, but here is a more detailed documentation: @@ -110,9 +108,6 @@ Each option is commented, but here is a more detailed documentation: - *version*: What version of `Burp`_ this `bui-agent`_ instance manages. (see `Burp-UI versions `__ for more details) - *password*: The shared secret between the `Burp-UI`_ server and `bui-agent`_. -- *threads*: Number of threads that will handle requests. - You'll have to set *max_status_children* accordingly in your burp-server - configuration because every thread makes a connection to the status port. As with `Burp-UI`_, you need a specific section depending on the *version* value. Please refer to the `Burp-UI versions `__ section diff --git a/share/burpui/etc/buiagent.sample.cfg b/share/burpui/etc/buiagent.sample.cfg index ff85fb3b..27c37ae1 100644 --- a/share/burpui/etc/buiagent.sample.cfg +++ b/share/burpui/etc/buiagent.sample.cfg @@ -15,8 +15,6 @@ sslkey: /etc/burp/ssl_cert-server.key version: 1 # agent password password: password -# number of threads that will handle requests -threads: 5 ## burp1 backend specific options #[Burp1]