@@ -2378,33 +2378,33 @@ ROUTER = console
23782378; ; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload`
23792379; CHUNKED_UPLOAD_PATH = tmp/package-upload
23802380; ;
2381- ; ; Maxmimum count of package versions a single owner can have (`-1` means no limits)
2381+ ; ; Maximum count of package versions a single owner can have (`-1` means no limits)
23822382; LIMIT_TOTAL_OWNER_COUNT = -1
2383- ; ; Maxmimum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2383+ ; ; Maximum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23842384; LIMIT_TOTAL_OWNER_SIZE = -1
2385- ; ; Maxmimum size of a Composer upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2385+ ; ; Maximum size of a Composer upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23862386; LIMIT_SIZE_COMPOSER = -1
2387- ; ; Maxmimum size of a Conan upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2387+ ; ; Maximum size of a Conan upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23882388; LIMIT_SIZE_CONAN = -1
2389- ; ; Maxmimum size of a Container upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2389+ ; ; Maximum size of a Container upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23902390; LIMIT_SIZE_CONTAINER = -1
2391- ; ; Maxmimum size of a Generic upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2391+ ; ; Maximum size of a Generic upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23922392; LIMIT_SIZE_GENERIC = -1
2393- ; ; Maxmimum size of a Helm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2393+ ; ; Maximum size of a Helm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23942394; LIMIT_SIZE_HELM = -1
2395- ; ; Maxmimum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2395+ ; ; Maximum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23962396; LIMIT_SIZE_MAVEN = -1
2397- ; ; Maxmimum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2397+ ; ; Maximum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
23982398; LIMIT_SIZE_NPM = -1
2399- ; ; Maxmimum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2399+ ; ; Maximum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
24002400; LIMIT_SIZE_NUGET = -1
2401- ; ; Maxmimum size of a Pub upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2401+ ; ; Maximum size of a Pub upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
24022402; LIMIT_SIZE_PUB = -1
2403- ; ; Maxmimum size of a PyPI upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2403+ ; ; Maximum size of a PyPI upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
24042404; LIMIT_SIZE_PYPI = -1
2405- ; ; Maxmimum size of a RubyGems upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2405+ ; ; Maximum size of a RubyGems upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
24062406; LIMIT_SIZE_RUBYGEMS = -1
2407- ; ; Maxmimum size of a Vagrant upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2407+ ; ; Maximum size of a Vagrant upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
24082408; LIMIT_SIZE_VAGRANT = -1
24092409
24102410; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0 commit comments