Update sphinx_make.py

This commit is contained in:
dami 2025-07-23 12:44:12 +08:00
parent 3d18d4bc6f
commit c6089bd480
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ CREATE TABLE IF NOT EXISTS `{$DB_NAME}`.`{$TABLE_NAME}` (
def makeSphinxHeader(self):
conf = '''
indexer {
mem_limit = 1G
}
searchd
{
listen = 127.0.0.1:9322