mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 21:39:21 +08:00
chore: use dify_config.TIDB_SPEND_LIMIT instead of constant value (#10038)
This commit is contained in:
parent
190b6a2aa6
commit
7433095240
@ -37,7 +37,7 @@ class TidbService:
|
|||||||
}
|
}
|
||||||
|
|
||||||
spending_limit = {
|
spending_limit = {
|
||||||
"monthly": 100,
|
"monthly": dify_config.TIDB_SPEND_LIMIT,
|
||||||
}
|
}
|
||||||
password = str(uuid.uuid4()).replace("-", "")[:16]
|
password = str(uuid.uuid4()).replace("-", "")[:16]
|
||||||
display_name = str(uuid.uuid4()).replace("-", "")[:16]
|
display_name = str(uuid.uuid4()).replace("-", "")[:16]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user