Skip to content

Commit 833082a

Browse files
authored
use flock in default as it works out of the box (#1142)
1 parent aa968ff commit 833082a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

symfony/lock/4.4/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"env": {
66
"#1": "Choose one of the stores below",
77
"#2": "LOCK_DSN=redis://localhost",
8-
"LOCK_DSN": "semaphore"
8+
"LOCK_DSN": "flock"
99
}
1010
}

symfony/lock/5.2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"env": {
66
"#1": "Choose one of the stores below",
77
"#2": "postgresql+advisory://db_user:db_password@localhost/db_name",
8-
"LOCK_DSN": "semaphore"
8+
"LOCK_DSN": "flock"
99
}
1010
}

0 commit comments

Comments
 (0)