Skip to content

Commit 7537fb2

Browse files
committed
refactor: add parameter control table count
1 parent 82fbf7f commit 7537fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/common/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str:
101101
PG_POOL_RECYCLE: int = 3600
102102
PG_POOL_PRE_PING: bool = True
103103

104-
TABLE_EMBEDDING_COUNT: int = 30
104+
TABLE_EMBEDDING_COUNT: int = 10
105105

106106

107107
settings = Settings() # type: ignore

0 commit comments

Comments
 (0)