Skip to content

Commit 3a17d41

Browse files
AlliBalliBabadunglas
authored andcommitted
Removes ignore_user_abort mentions.
1 parent 2ad4995 commit 3a17d41

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/worker.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ The following example shows how to create your own worker script without relying
7272
<?php
7373
// public/index.php
7474

75-
// Prevent worker script termination when a client connection is interrupted
76-
// This line may be omitted in newer FrankenPHP versions
77-
ignore_user_abort(true);
78-
7975
// Boot your app
8076
require __DIR__.'/vendor/autoload.php';
8177

0 commit comments

Comments
 (0)