advance-tuning async-threading
Configures threading configuration for HTTP outgoing request from cnAAA.
Command Mode
Exec > Global Configuration
Syntax
advance-tuning async-threading | default-processing-threads processing_threads | default-queue-size queue_size | default-worker-threads worker_threads |max-timeouts-to-reconnect max_timeout_to_reconnect }
default-processing-threads processing_threads
Specify the default number of processing threads.
Must be an integer.
Default Value: 10.
default-queue-size queue_size
Specify the default size of the queue.
Must be an integer.
Default Value: 100.
default-worker-threads workerThreads
Specify the default number of worker threads.
Must be an integer.
Default Value: 20.
max-timeouts-to-reconnect max_timeout_to_reconnect
Specify the maximum request timeouts to reconnect HTTP2 connection.
Must be an integer.
Default Value: 0.
Usage Guidelines
Use this command to configure threading configuration for HTTP outgoing request from cnAAA.
Feedback