diff options
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 9c742eedf..54872e3ec 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -231,8 +231,8 @@ USE_BACKGROUND_TASK = False # Ishtar custom ISHTAR_MAP_MAX_ITEMS = 50000 -ISHTAR_QRCODE_VERSION = 10 # density of the QR code -ISHTAR_QRCODE_SCALE = 3 # scale of the QR code +ISHTAR_QRCODE_VERSION = 8 # density of the QR code +ISHTAR_QRCODE_SCALE = 2 # scale of the QR code SRID = 27572 SURFACE_SRID = 2154 |