Skip to content

Commit

Permalink
Add cursor_tuple_fraction setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 4, 2024
1 parent 5849f8d commit 19108e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arches_for_science/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
"ENGINE": "django.contrib.gis.db.backends.postgis",
"HOST": "localhost",
"NAME": "arches_for_science",
"OPTIONS": {},
"OPTIONS": {
"options": "-c cursor_tuple_fraction=1",
},
"PASSWORD": "postgis",
"PORT": "5432",
"POSTGIS_TEMPLATE": "template_postgis",
Expand Down

0 comments on commit 19108e1

Please sign in to comment.