mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
Previously, we set it to an arbitrary large number (which turned out not to be large enough in some cases). Since we may have been overriding something the user explicitly chose (and our value may be overridden by another app), that probably wasn't good. After this change, `MAXBLOCK` is only increased when it needs to be--and even then, only temporarily. |
||
|---|---|---|
| .. | ||
| management | ||
| processors | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| admin.py | ||
| lib.py | ||
| models.py | ||
| utils.py | ||