Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Increase the size of allowed uploads to accomodate larger test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jmflinuxtx committed Feb 25, 2015
1 parent 1b64a9f commit 286278c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kerneltest/default_config.py
Expand Up @@ -23,5 +23,5 @@
# List of MIME types allowed for upload in the application
ALLOWED_MIMETYPES = ['text/plain']

# Restrict the size of content uploaded, this is 10Kb
MAX_CONTENT_LENGTH = 1024 * 10
# Restrict the size of content uploaded, this is 25Kb
MAX_CONTENT_LENGTH = 1024 * 25

0 comments on commit 286278c

Please sign in to comment.