Skip to content

Commit

Permalink
Two Azure SQL Server "connection lost" messages (#24566) (#24954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ranft authored and taylorotwell committed Jul 26, 2018
1 parent 02be861 commit feefbfb
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(Exception $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 feefbfb

Please sign in to comment.