File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/web/server/tests/unit/with_dbs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
3434 - " log_min_duration_statement=500"
3535 - " -c"
3636 - " log_lock_waits=on"
37- # -c fsync=off is not recommended for production as this disable writing to disk
37+ # -c fsync=off is not recommended for production as this disable writing to disk https://pythonspeed.com/articles/faster-db-tests/
3838 - " -c"
3939 - " fsync=off"
4040 adminer :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929 - " tcp_keepalives_count=5"
3030 - " -c"
3131 - " log_lock_waits=on"
32- # -c fsync=off is not recommended for production as this disable writing to disk
32+ # -c fsync=off is not recommended for production as this disable writing to disk https://pythonspeed.com/articles/faster-db-tests/
3333 - " -c"
3434 - " fsync=off"
3535 redis :
You can’t perform that action at this time.
0 commit comments