changeset 369cb28a74ab in modules/project_plan:default
details: 
https://hg.tryton.org/modules/project_plan?cmd=changeset;node=369cb28a74ab
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 c94d3071c841 -r 369cb28a74ab .drone.yml
--- a/.drone.yml        Thu Mar 19 19:07:57 2020 +0100
+++ b/.drone.yml        Sat Apr 25 23:53:51 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

Reply via email to