Skip to content

Commit

Permalink
add iouring constant
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Dec 21, 2024
1 parent ff7f1a7 commit 4ffb3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/Server/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ class Helper
'dns_lookup_random' => true,
'use_async_resolver' => true,
'enable_coroutine' => true,
'iouring_entries' => true,
'iouring_workers' => true,
'iouring_flag' => true,
];

public const COROUTINE_OPTIONS = [
Expand Down

0 comments on commit 4ffb3e6

Please sign in to comment.