fix: maximum repo size

This commit is contained in:
tdurieux
2021-09-12 00:58:06 +02:00
parent 2f73a3309c
commit 26da461a47

View File

@@ -35,7 +35,7 @@ const config: Config = {
GITHUB_TOKEN: "",
DEFAULT_QUOTA: 2 * 1024 * 1024 * 1024 * 8,
MAX_FILE_SIZE: 100 * 1024 * 1024, // in b, 10MB
MAX_REPO_SIZE: 60 * 8 * 1024, // in kb, 60MB
MAX_REPO_SIZE: 60000, // in kb, 60MB
ENABLE_DOWNLOAD: true,
AUTH_CALLBACK: "http://localhost:5000/github/auth",
ANONYMIZATION_MASK: "XXXX",