Method: Beetle::Configuration#prefetch_count

Defined in:
lib/beetle/configuration.rb

#prefetch_countObject

Prefetch count for subscribers (defaults to 1). Setting this higher than 1 can potentially increase throughput, but comes at the cost of decreased parallelism.



136
137
138
# File 'lib/beetle/configuration.rb', line 136

def prefetch_count
  @prefetch_count
end