Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MAX_TOTAL_SIZE = 2GB
  • Loading branch information
astro committed Jan 15, 2011
1 parent b881231 commit 10b9766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files.js
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');

var DB_PATH = 'files.json';
var FILES_PATH = 'files';
var MAX_TOTAL_SIZE = 1 * 1024 * 1024;
var MAX_TOTAL_SIZE = 2048 * 1024 * 1024;

/* Keys: id, name, size, type, date, downloads */
var files;
Expand Down

0 comments on commit 10b9766

Please sign in to comment.