Skip to content

Commit 67f11fd

Browse files
committed
increase the default size of the queue to 30 to accomodate the aggregation of offline levels.
1 parent 83d41f5 commit 67f11fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quesoqueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ class QuesoQueue {
7070
std::deque<Level> _levels;
7171
std::optional<Level> _current;
7272
Twitch* _twitch; // query online state
73-
const size_t maxSize = 15;
73+
const size_t maxSize = 30;
7474
};

0 commit comments

Comments
 (0)