Browse Source

More pic-friendly avatar limit

Rafał Pitoń 11 years ago
parent
commit
d98662c543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/users/migrations/0002_users_settings.py

+ 1 - 1
misago/users/migrations/0002_users_settings.py

@@ -123,7 +123,7 @@ def create_users_settings_group(apps, schema_editor):
                     'description': _("Enter maximum allowed file size "
                                      "(in KB) for avatar uploads"),
                     'python_type': 'int',
-                    'value': 512,
+                    'value': 750,
                     'field_extra': {
                         'min_value': 0,
                     },