Skip to content

Commit

Permalink
Don't preload singletons
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Jan 14, 2025
1 parent 8b77760 commit 8feec2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/octane.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

use App\Listeners\OctaneResetLocalCache;
use App\Providers\AppServiceProvider;
use Laravel\Octane\Contracts\OperationTerminated;
use Laravel\Octane\Events\RequestHandled;
use Laravel\Octane\Events\RequestReceived;
Expand Down Expand Up @@ -121,7 +120,6 @@

'warm' => [
...Octane::defaultServicesToWarm(),
...array_keys(AppServiceProvider::SINGLETONS),
],

'flush' => [
Expand Down

0 comments on commit 8feec2f

Please sign in to comment.