diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-30 21:11:12 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-30 21:11:12 +0100 |
| commit | 260f05025631031b7cc4904805d5017feaf53eda (patch) | |
| tree | d5a723bb7bbbc9f8b598712723fe3d8290c0a54c /data/config.txt | |
initial commit
Diffstat (limited to 'data/config.txt')
| -rw-r--r-- | data/config.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/config.txt b/data/config.txt new file mode 100644 index 0000000..c0d0264 --- /dev/null +++ b/data/config.txt @@ -0,0 +1,10 @@ +SEARCH_DIRECTORY = "/opt/textsearch/" +SEARCH_DIRECTORIES = "1" +SEARCH_TEXT = "*hello world*" +FILE_FILTER = "*.txt,*.c" +MAX_THEAD_COUNT = "20" +MAX_FILE_SIZE = "200" +WINDOW_WIDTH = "800" +WINDOW_HEIGHT = "600" +PARALLELIZE_SEARCH = "1" +LOCALE = "en" |
