We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae3972 commit e6b9f4fCopy full SHA for e6b9f4f
src/dataqueue/queue.cc
@@ -65,7 +65,7 @@ class DataQueueImpl final : public DataQueue,
65
// added, the size can be cleared if any of the entries are not capable of
66
// providing a size.
67
DataQueueImpl(Environment* env, std::optional<uint64_t> cap = std::nullopt)
68
- : idempotent_(false),
+ : idempotent_(false),
69
size_(0),
70
capped_size_(cap),
71
notifier_(nullptr),
0 commit comments