changeset 4050d4f9a36f in modules/account_payment_sepa_cfonb:default
details:
https://hg.tryton.org/modules/account_payment_sepa_cfonb?cmd=changeset;node=4050d4f9a36f
description:
Set non-durable setting for postgresql testing service
issue9100
review286831003
diffstat:
.drone.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 00e3add76653 -r 4050d4f9a36f .drone.yml
--- a/.drone.yml Mon Apr 20 14:28:14 2020 +0200
+++ b/.drone.yml Sat Apr 25 23:53:50 2020 +0200
@@ -29,6 +29,7 @@
image: postgres
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
+ command: "-c fsync=off -c synchronous_commit=off -c
full_page_writes=off"
when:
matrix:
DATABASE: postgresql