spec/fixtures/sphinx/configuration.erb in riddle-1.5.10 vs spec/fixtures/sphinx/configuration.erb in riddle-1.5.11

- old
+ new

@@ -14,10 +14,11 @@ log = <%= fixtures_path %>/sphinx/searchd.log query_log = <%= fixtures_path %>/sphinx/searchd.query.log read_timeout = 5 max_children = 30 pid_file = <%= fixtures_path %>/sphinx/searchd.pid + binlog_path = <%= fixtures_path %>/sphinx/binlog/ } source peoples { type = mysql @@ -38,6 +39,6 @@ morphology = stem_en path = <%= fixtures_path %>/sphinx/people charset_type = utf-8 enable_star = 1 min_prefix_len = 1 -} \ No newline at end of file +}