Skip to content

Commit

Permalink
Two Azure SQL Server "connection lost" messages (#24566)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtester authored and taylorotwell committed Jun 12, 2018
1 parent 23fc825 commit ba0877a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ protected function causedByLostConnection(Throwable $e)
'child connection forced to terminate due to client_idle_limit',
'query_wait_timeout',
'reset by peer',
'Physical connection is not usable',
'TCP Provider: Error code 0x68',
]);
}
}

0 comments on commit ba0877a

Please sign in to comment.