use flock in default as it works out of the box (#1142)

This commit is contained in:
Shyim
2022-11-07 15:22:14 +01:00
committed by GitHub
parent aa968ffe21
commit 833082a082
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"env": {
"#1": "Choose one of the stores below",
"#2": "LOCK_DSN=redis://localhost",
"LOCK_DSN": "semaphore"
"LOCK_DSN": "flock"
}
}
+1 -1
View File
@@ -5,6 +5,6 @@
"env": {
"#1": "Choose one of the stores below",
"#2": "postgresql+advisory://db_user:db_password@localhost/db_name",
"LOCK_DSN": "semaphore"
"LOCK_DSN": "flock"
}
}