summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-11 23:28:43 -0500
committerScott Ostler <sostler@deathmachine.local>2010-03-11 23:28:43 -0500
commit8aa89f36f5aa59a853daaf24571bb2cddc7e9760 (patch)
tree7d12b0d0ab7f876d6fcb852f458baba525671016 /src
parentb9279bb808b9189f103b82358dbb21bd70f15868 (diff)
Upped size limits
Diffstat (limited to 'src')
-rwxr-xr-xsrc/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 7925aa1..fe78633 100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -651,7 +651,7 @@
(def *max-image-height* 2000)
(def *max-image-width* 2000)
(def *vip-max-file-size* (mbytes 5)) ; don't be nuts guys
-(def *max-file-size* (kbytes 250))
+(def *max-file-size* (kbytes 750))
(def *ignore-size-limit-for-vip* true)
(def *avatar-dimensions* [50 50])