summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-06-17 04:02:35 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-06-17 04:02:35 -0400
commit26395dfb9f364fda136ac7bc05dfce76566f28d0 (patch)
tree8ee2ff7299d0675d7a900bdd76ecba16d9467bb5
parente8a727a9abf2d1ebb8563de2e8068c88a2d3fd6f (diff)
Increase file upload limit
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 74e7350..744c8ee 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -865,7 +865,7 @@ FROM users u
(def *max-image-dimensions* [2000 2000])
(def *max-avatar-dimensions* [2000 2000])
(def *vip-max-file-size* (mbytes 5)) ; don't be nuts guys
-(def *max-file-size* (kbytes 750))
+(def *max-file-size* (mbytes 1))
(def *ignore-size-limit-for-vip* true)
(def *avatar-dimensions* [50 50])