Memory now handles submitting large files - fixes #482

This commit is contained in:
Harshavardhana
2015-04-24 15:19:29 -07:00
parent b3f51d53c4
commit c5d8ca245d
4 changed files with 86 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ lint:
cyclo:
@echo "Running $@:"
@test -z "$$(gocyclo -over 15 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
@test -z "$$(gocyclo -over 16 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
pre-build:
@echo "Running pre-build:"