diff options
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" |
