Skip to content

Commit

Permalink
remove extra constants from Swoole Library
Browse files Browse the repository at this point in the history
These constants are not for Swoole 4.8.x

Signed-off-by: Demin Yin <deminy@deminy.net>
  • Loading branch information
deminy committed Dec 1, 2021
1 parent 63e1952 commit 7b133be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/swoole_library/src/core/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ class Constant

public const OPTION_STACK_SIZE = 'stack_size';

public const OPTION_NAME_RESOLVER = 'name_resolver';

public const OPTION_DNS_CACHE_EXPIRE = 'dns_cache_expire';

public const OPTION_DNS_CACHE_CAPACITY = 'dns_cache_capacity';
Expand All @@ -241,8 +239,6 @@ class Constant

public const OPTION_RECONNECT = 'reconnect';

public const OPTION_MAX_RETRIES = 'max_retries';

public const OPTION_DEFER = 'defer';

public const OPTION_LOWERCASE_HEADER = 'lowercase_header';
Expand Down Expand Up @@ -311,8 +307,6 @@ class Constant

public const OPTION_MAX_QUEUED_BYTES = 'max_queued_bytes';

public const OPTION_WORKER_MAX_CONCURRENCY = 'worker_max_concurrency';

public const OPTION_SEND_TIMEOUT = 'send_timeout';

public const OPTION_DISPATCH_MODE = 'dispatch_mode';
Expand Down

0 comments on commit 7b133be

Please sign in to comment.