Skip to content

Commit 03cb6d9

Browse files
committed
improve note
1 parent 7b118de commit 03cb6d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/web/server/tests/unit/with_dbs/docker-compose-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

services/web/server/tests/unit/with_dbs/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)