addl migration related

This commit is contained in:
2025-03-14 13:45:49 -04:00
parent c9d0edf77d
commit e30ae2460d
2 changed files with 39 additions and 39 deletions

View File

@ -25,7 +25,7 @@ class Cache:
self.cache_pre_query: str = "pragma journal_mode = WAL; pragma synchronous = normal;\
pragma temp_store = memory; pragma mmap_size = 30000000000;"
self.sqlite_exts: list[str] = ['/home/singer/api/solibs/spellfix1.cpython-311-x86_64-linux-gnu.so']
self.sqlite_exts: list[str] = ['/home/api/api/solibs/spellfix1.cpython-311-x86_64-linux-gnu.so']
self.label: str = "Cache"
def get_matched(self, matched_candidate: tuple, confidence: int,