This commit is contained in:
Julian Thome 2024-03-15 17:17:04 +01:00
parent 477e820176
commit fbcfd98947
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func ensurePathIsCreated(filename string) error {
// Read limit is 4GB
const (
zipReadLimit int64 = 4 * 1024 * 1024 * 1024
zipFileLimit int = 100000
zipFileLimit int = 100000
)
func sanitizeAssetName(asset string) string {