diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-11 08:04:51 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-11 08:04:51 -0500 |
| commit | b858836e4fae1336eda2eff8f5ad06ce12e95110 (patch) | |
| tree | 39b5d44ddfc574b33974a50587430d6cbef175e6 /src | |
| parent | 7d969b406bc472f86617df9697ad19f6dd15008d (diff) | |
Upped height/width restrictions
Diffstat (limited to 'src')
| -rwxr-xr-x | src/site.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj index 9a1ac79..f9a9706 100755 --- a/src/site.clj +++ b/src/site.clj @@ -653,8 +653,8 @@ ;; Upload -(def *max-image-height* 1000) -(def *max-image-width* 1000) +(def *max-image-height* 1500) +(def *max-image-width* 1500) (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) |
