We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2351c74 commit 9e86c4eCopy full SHA for 9e86c4e
1 file changed
src/dstack/_internal/server/routers/repos.py
@@ -101,7 +101,7 @@ async def upload_code(
101
raise ServerClientError(
102
f"Repo diff size is {naturalsize(request_size)}, which exceeds the limit of "
103
f"{naturalsize(SERVER_CODE_UPLOAD_LIMIT)}. Use .gitignore to exclude large files from the repo. This "
104
- f"limit can be modified by setting the DSTACK_SERVER_CODE_UPLOAD_LIMIT_BYTES environment variable"
+ f"limit can be modified by setting the DSTACK_SERVER_CODE_UPLOAD_LIMIT environment variable"
105
)
106
_, project = user_project
107
await repos.upload_code(
0 commit comments