Cloud version
By default, files or folders with a maximum size of 1 GB can be downloaded.
COYO On-Premises
Our On-Premises customers have the option of changing the limits.
To do this, proceed as follows:
- Stop COYO.
- Open the "coyo-backend.properties" file and add the following lines:
# Maximum size of the folder (default=1073741824; stated in bytes):
coyo.files.maxFolderDownloadSize=1073741824
#Maximum number of files (default=500):
coyo.files.maxFolderDownloadFiles=500 - Start COYO.
Tip: