summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2016-01-13 15:37:58 -0500
committerEric Leblond <eric@regit.org>2016-01-19 22:37:59 +0100
commit6fd7dbc8bae410afabe0c1490c62301faca1531d (patch)
treedb4582e58aaf4ddbc353cf95384bf5ee0f05442c /ulogd.conf.in
parentb09205b017cef10467e04b3c7ade31cc34577505 (diff)
sqlite3: Remove unused "buffer" option.
This option was left behind when the code was rewritten and is no longer functional or useful. Remove it entirely. Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 9624a4b..2fcf39a 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -301,12 +301,10 @@ procedure="INSERT_PACKET_FULL"
[sqlite3_ct]
table="ulog_ct"
db="/var/log/ulogd.sqlite3db"
-buffer=200
[sqlite3_pkt]
table="ulog_pkt"
db="/var/log/ulogd.sqlite3db"
-buffer=200
[sys2]
facility=LOG_LOCAL2