increaseQueueSize static method

void increaseQueueSize()

Implementation

static void increaseQueueSize() {
  maxQueueSize += 20;
}