BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Performance: omit validation in response #1296

Closed purplesmoke05 closed 1 year ago

purplesmoke05 commented 1 year ago

Is your feature request related to a problem? Please describe.

レスポンスデータが大きくなるに連れて、FastAPI上で行われるレスポンスデータのバリデーション処理に時間を要するようになる。

Describe the solution you'd like

  • レスポンス時にバリデーションを行うモードのための環境変数オプションを追加し、デフォルトを「オフ」とする。
  • すべてのエンドポイントから、レスポンスバリデーション処理を省略する。