feat: integrate flask-orjson for improved JSON serialization performance (#23935)
This commit is contained in:
parent
4a2e6af9b5
commit
e340fccafb
8 changed files with 64 additions and 27 deletions
|
|
@ -51,6 +51,7 @@ def initialize_extensions(app: DifyApp):
|
|||
ext_login,
|
||||
ext_mail,
|
||||
ext_migrate,
|
||||
ext_orjson,
|
||||
ext_otel,
|
||||
ext_proxy_fix,
|
||||
ext_redis,
|
||||
|
|
@ -67,6 +68,7 @@ def initialize_extensions(app: DifyApp):
|
|||
ext_logging,
|
||||
ext_warnings,
|
||||
ext_import_modules,
|
||||
ext_orjson,
|
||||
ext_set_secretkey,
|
||||
ext_compress,
|
||||
ext_code_based_extension,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue