Browse Source

Removing maxUploadSize

Noah 7 years ago
parent
commit
1d3869f683
2 changed files with 1 additions and 2 deletions
  1. 1 1
      package.json
  2. 0 1
      settings/index.js

+ 1 - 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "audiogram",
3
-  "version": "0.9.0",
3
+  "version": "0.9.1",
4 4
   "description": "Turn audio into a shareable video.",
5 5
   "main": "index.js",
6 6
   "scripts": {

+ 0 - 1
settings/index.js View File

@@ -21,7 +21,6 @@ var path = require("path");
21 21
 module.exports = {
22 22
   workingDirectory: path.join(__dirname, "..", "tmp"),
23 23
   storagePath: path.join(__dirname, "..", "media"),
24
-  maxUploadSize: 25000000,
25 24
   fonts: [
26 25
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Regular.ttf") },
27 26
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Light.ttf"), weight: 300 },