mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
use flock in default as it works out of the box (#1142)
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
"env": {
|
||||
"#1": "Choose one of the stores below",
|
||||
"#2": "LOCK_DSN=redis://localhost",
|
||||
"LOCK_DSN": "semaphore"
|
||||
"LOCK_DSN": "flock"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user