Decrease TRAFFIC_CAPTURE_DURATION from 60s to 15s.

Change-Id: Ie6d6ac0489f0fcb506360a3900d33c44cb3477e9
Reviewed-on: https://code.wireshark.org/review/2664
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2014-06-25 16:00:11 -07:00
parent 765405da3e
commit 81963e7f1a
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-1}
# time to capture some traffic (in seconds)
# (you may increase this if you get errors caused by very low traffic)
TRAFFIC_CAPTURE_DURATION=60
TRAFFIC_CAPTURE_DURATION=15
# the default is to not capture in promiscuous mode
# (this makes known trouble with some Windows WLAN adapters)