The previous upload limit was 50MB, to discourage uploading excessively large images. But for videos this can be too low, especially for long videos at high resolutions. The upload limit really should be around 200MB to allow for a ~10Mbps bitrate at the maximum upload length of 2:20. However, the maximum upload limit under Cloudflare is 100MB, so if we raised the upload limit beyond this, it would only work when uploading a file from a source URL, not from your computer. To get around this, we would have to put the upload endpoint outside of Cloudflare, or allow uploading files in chunks.
Config
This directory contains configuration files for Danbooru.
To configure your Danbooru instance, copy danbooru_default_config.rb to danbooru_local_config.rb and edit it. See danbooru_default_config.rb for details.
The only file here that end users need to be concerned about is danbooru_default_config.rb. The rest of the files here are internal Rails-related configuration files that end users shouldn't need to edit.