mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-22 06:05:33 -06:00
increase burp2 timeout (closes #135)
This commit is contained in:
parent
fe26d7988a
commit
a16838fbd1
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ G_STRIPBIN = u'/usr/sbin/vss_strip'
|
|||
G_BURPCONFCLI = u'/etc/burp/burp.conf'
|
||||
G_BURPCONFSRV = u'/etc/burp/burp-server.conf'
|
||||
G_TMPDIR = u'/tmp/bui'
|
||||
G_TIMEOUT = 5
|
||||
G_TIMEOUT = 15
|
||||
G_ZIP64 = False
|
||||
G_INCLUDES = [u'/etc/burp']
|
||||
G_ENFORCE = False
|
||||
|
|
|
|||
|
|
@ -69,4 +69,4 @@ zip64: false
|
|||
## temporary directory to use for restoration
|
||||
#tmpdir: /tmp/bui
|
||||
## how many time to wait for the monitor to answer (in seconds)
|
||||
#timeout: 5
|
||||
#timeout: 15
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ zip64: false
|
|||
## temporary directory to use for restoration
|
||||
#tmpdir: /tmp/bui
|
||||
## how many time to wait for the monitor to answer (in seconds)
|
||||
#timeout: 5
|
||||
#timeout: 15
|
||||
|
||||
## ldapauth specific options
|
||||
#[LDAP]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue