@@ -2378,33 +2378,33 @@ ROUTER = console
2378
2378
; ; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload`
2379
2379
; CHUNKED_UPLOAD_PATH = tmp/package-upload
2380
2380
; ;
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)
2382
2382
; 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`)
2384
2384
; 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`)
2386
2386
; 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`)
2388
2388
; 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`)
2390
2390
; 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`)
2392
2392
; 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`)
2394
2394
; 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`)
2396
2396
; 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`)
2398
2398
; 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`)
2400
2400
; 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`)
2402
2402
; 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`)
2404
2404
; 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`)
2406
2406
; 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`)
2408
2408
; LIMIT_SIZE_VAGRANT = -1
2409
2409
2410
2410
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0 commit comments