Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,8 @@ | |
| @type groonga | ||
| protocol command | ||
| database /tmp/groonga/db | ||
|
|
||
| <buffer> | ||
| flush_interval 1 | ||
| </buffer> | ||
| </match> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,5 +11,8 @@ | |
| protocol gqtp | ||
| host 127.0.0.1 | ||
| port 30043 | ||
|
|
||
| <buffer> | ||
| flush_interval 1 | ||
| </buffer> | ||
| </match> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,5 +11,8 @@ | |
| protocol http | ||
| host 127.0.0.1 | ||
| port 30041 | ||
|
|
||
| <buffer> | ||
| flush_interval 1 | ||
| </buffer> | ||
| </match> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,9 @@ | |
| protocol http | ||
| host 127.0.0.1 | ||
|
|
||
| <buffer> | ||
| buffer_type file | ||
| buffer_path /tmp/buffer | ||
| flush_interval 1 | ||
| <buffer> | ||
| </match> | ||