Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7f07b3

Browse files
committed
Fix PDO prune not called
1 parent953ac3e commitc7f07b3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎src/Symfony/Component/Lock/Store/PdoStore.php‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ public function save(Key $key)
123123

124124
try {
125125
$stmt->execute();
126-
if ($key->isExpired()) {
127-
thrownewLockExpiredException(sprintf('Failed to put off the expiration of the "%s" lock within the specified time.',$key));
128-
}
129-
130-
return;
131126
}catch (DBALException$e) {
132127
// the lock is already acquired. It could be us. Let's try to put off.
133128
$this->putOffExpiration($key,$this->initialTtl);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp