/etc/obs/api/config/thinking_sphinx.yml is in obs-api 2.7.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | development:
mysql41: 9312
bin_path: /usr/bin
mem_limit: 512M
max_matches: 15000
charset_table: "0..9, a..z, A..Z->a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F"
test:
mysql41: 9313
bin_path: /usr/bin
mem_limit: 512M
max_matches: 15000
charset_table: "0..9, a..z, A..Z->a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F"
# To efficiently deal with large ids generated by fixtures
sql_range_step: 10000000
production:
mysql41: 9314
bin_path: /usr/bin
mem_limit: 512M
max_matches: 15000
charset_table: "0..9, a..z, A..Z->a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F"
# This is to prevent fdupes from hardlinking
|