Skip to content

Commit

Permalink
Merge pull request #71 from langchain-ai/infra/add-max-size
Browse files Browse the repository at this point in the history
Add body size to unit
  • Loading branch information
langchain-infra committed Feb 22, 2024
2 parents e3a0774 + 203a30d commit 678b38f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.3.2
version: 0.3.3
appVersion: "0.1.0"
5 changes: 5 additions & 0 deletions charts/langsmith/templates/backend/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ data:
"module": "app.main",
"callable": "app"
}
},
"settings": {
"http": {
"max_body_size": 26214400
}
}
}

0 comments on commit 678b38f

Please sign in to comment.