summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-11 08:07:00 -0500
committerScott Ostler <sostler@deathmachine.local>2010-03-11 08:07:00 -0500
commit9a5aeb4c29b29b79dc289fabb8ed1145b84c391a (patch)
treef2734ace163987c139be1b64f8f506654fdc710b /src
parentb858836e4fae1336eda2eff8f5ad06ce12e95110 (diff)
Upped height/width restrictions again
Diffstat (limited to 'src')
-rwxr-xr-xsrc/site.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj
index f9a9706..f1eb8f3 100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -653,8 +653,8 @@
;; Upload
-(def *max-image-height* 1500)
-(def *max-image-width* 1500)
+(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 *ignore-size-limit-for-vip* true)