Skip to content

Commit

Permalink
remove transactionnal encapsulation for each HTTP request (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolok committed Jun 4, 2024
1 parent 7bfb4a8 commit 010f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def get_env_variable(name, cast=str, default=""):
"TEST": {
"NAME": get_env_variable("DB_NAME") + "-test",
},
"ATOMIC_REQUESTS": True,
"ATOMIC_REQUESTS": False,
}

# EXPLORER settings
Expand Down

0 comments on commit 010f7ce

Please sign in to comment.