Skip to content

Commit

Permalink
Set maximum script upload size to 1 MiB
Browse files Browse the repository at this point in the history
* Same as USO was... recommend no higher to keep scripts legit and encourage use of `@require` and `@resource` for those types of scripts.

Closes OpenUserJS#360
  • Loading branch information
Martii committed Oct 19, 2014
1 parent cad0ea0 commit a0a54ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"secret" : "someSecretStringForSession",
"connect" : "mongodb://nodejitsu_sizzlemctwizzle:[email protected]:45978/nodejitsu_sizzlemctwizzle_nodejitsudb8203815757",
"maximum_upload_script_size": 500000
"maximum_upload_script_size": 1048576
}

0 comments on commit a0a54ec

Please sign in to comment.