Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
More sensible NET_OUTPUT_SIZE / NET_BUFFER defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Dec 6, 2014
1 parent 1296556 commit fcf31a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/dump1090-mutability.default
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ DUMP1090_USER="dump1090"
#NET_HEARTBEAT=60

# Minimum output buffer size per write, in bytes.
#NET_OUTPUT_SIZE=5
#NET_OUTPUT_SIZE=500

# Maximum buffering time before writing, in seconds.
#NET_OUTPUT_INTERVAL=1

# TCP buffer size order. Power-of-two based - buffer size is 2^(n+16).
#NET_BUFFER=0
#NET_BUFFER=4

# Bind ports on a particular address. If unset, binds to all interfaces.
# This defaults to binding to localhost. If you need to allow remote
Expand Down
4 changes: 2 additions & 2 deletions debian/dump1090-mutability.init
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ SBS_OUTPUT_PORT=30003
BEAST_INPUT_PORT=30004
BEAST_OUTPUT_PORT=30005
NET_HEARTBEAT=60
NET_OUTPUT_SIZE=5
NET_OUTPUT_SIZE=500
NET_OUTPUT_INTERVAL=1
NET_BUFFER=0
NET_BUFFER=4
BIND_ADDRESS=127.0.0.1
STATS_INTERVAL=3600
JSON_DIR=/run/$NAME
Expand Down

0 comments on commit fcf31a1

Please sign in to comment.