Is there any way to limit cloning size 1GB for users?
If the amount of transferred data is the problem, you can clone your repository as a shallow clone. This especially makes sense when your repository has a very long history: doing a shallow clone only clones the history from a given point to the latest commit, all history before this point is NOT cloned
See:
But ....
Hi Jijo,
This documentation may help you.
https://confluence.atlassian.com/display/STASH/Stash+config+properties
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.