Skip to content

Commit

Permalink
Remove ForgetConnections from octane config
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Apr 8, 2024
1 parent f2a0318 commit 06db08b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/octane.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Butler\Service\Listeners\ForgetConnections;
use Laravel\Octane\Contracts\OperationTerminated;
use Laravel\Octane\Events\RequestHandled;
use Laravel\Octane\Events\RequestReceived;
Expand Down Expand Up @@ -92,7 +91,6 @@
FlushTemporaryContainerInstances::class,
// DisconnectFromDatabases::class,
// CollectGarbage::class,
ForgetConnections::class,
],

WorkerErrorOccurred::class => [
Expand Down

0 comments on commit 06db08b

Please sign in to comment.