optimize = true on making index

This commit is contained in:
crunk 2024-07-06 14:43:25 +02:00
parent 4a93a0387f
commit 4352633eba

View File

@ -37,7 +37,7 @@ def index_distribusis(APP):
path="/a",
content=distribusi.description,
)
writer.commit()
writer.commit(optimize=True)
def index_distribusi_files(APP):