Skip to content

Commit

Permalink
Make importMaxFileSize public & mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
taylortom authored Nov 8, 2024
1 parent 709b3df commit 14c1ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"description": "Maximum file upload size for course imports",
"type": "string",
"isBytes": true,
"isMutable": true,
"isPublic": true,
"default": "500mb"
}
}
Expand Down

0 comments on commit 14c1ad7

Please sign in to comment.