configure method
Configures component by passing configuration parameters.
config
configuration parameters to be set.
Implementation
@override
void configure(ConfigParams config) {
_timeout = config.getAsLongWithDefault('options.timeout', _timeout);
_maxSize = config.getAsLongWithDefault('options.max_size', _maxSize);
}