# mapbox-upload-limits **Repository Path**: mirrors_mapbox/mapbox-upload-limits ## Basic Information - **Project Name**: mapbox-upload-limits - **Description**: Constant values of the limits of Mapbox upload services. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mapbox-upload-limits [![build status](https://secure.travis-ci.org/mapbox/mapbox-upload-limits.png)](http://travis-ci.org/mapbox/mapbox-upload-limits) Constant values of the limits of Mapbox upload services. This module is a JSON file: read [limits.json](limits.json) for the limits. JSON values can be overridden with environment variables, for example: ```json { "mbtiles": { "max_filesize": 10 } } ``` We can use the `LIMITS__` template to update this value: ```sh export LIMITS_MBTILES_MAX_FILESIZE='100' ``` ## install ```sh $ npm install --save mapbox-upload-limits ```