Skip to content

Commit

Permalink
Revert "add iouring constant" temporarily
Browse files Browse the repository at this point in the history
This commit reverts 4ffb3e6 to ensure compatibility and stability ahead of the v6.0.0 release.
The io_uring constant will be revisited and reintroduced in a future update once the required adjustments are finalized.
  • Loading branch information
deminy committed Dec 31, 2024
1 parent 1e1bc14 commit e57dd62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/Server/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ 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 e57dd62

Please sign in to comment.