Navigation Menu

Skip to content

Commit

Permalink
sample: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 13, 2017
1 parent b7824ff commit 82a2aab
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sample/command.conf
Expand Up @@ -12,6 +12,6 @@
database /tmp/groonga/db

<buffer>
flush_interval 1
flush_interval 1
</buffer>
</match>
2 changes: 1 addition & 1 deletion sample/gqtp.conf
Expand Up @@ -13,6 +13,6 @@
port 30043

<buffer>
flush_interval 1
flush_interval 1
</buffer>
</match>
2 changes: 1 addition & 1 deletion sample/http.conf
Expand Up @@ -13,6 +13,6 @@
port 30041

<buffer>
flush_interval 1
flush_interval 1
</buffer>
</match>
6 changes: 3 additions & 3 deletions sample/store-apache.conf
Expand Up @@ -43,9 +43,9 @@
host 127.0.0.1

<buffer>
@type file
buffer_path /tmp/buffer
flush_interval 1
@type file
buffer_path /tmp/buffer
flush_interval 1
<buffer>

<table>
Expand Down
6 changes: 3 additions & 3 deletions sample/store-syslog.conf
Expand Up @@ -52,9 +52,9 @@
host 127.0.0.1

<buffer>
@type file
buffer_path /var/spool/td-agent/buffer/groonga
flush_interval 1
@type file
buffer_path /var/spool/td-agent/buffer/groonga
flush_interval 1
</buffer>

<table>
Expand Down
6 changes: 3 additions & 3 deletions sample/store.conf
Expand Up @@ -10,8 +10,8 @@
host 127.0.0.1

<buffer>
@type file
buffer_path /tmp/buffer
flush_interval 1
@type file
buffer_path /tmp/buffer
flush_interval 1
<buffer>
</match>

0 comments on commit 82a2aab

Please sign in to comment.