Skip to content

Commit

Permalink
Add cursor_tuple_fraction pg option
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Oct 7, 2024
1 parent 05a1d81 commit b8f4331
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arches_for_science/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 b8f4331

Please sign in to comment.