Adjust frequency of mtENDPOINTS messages

This commit is contained in:
Nik Bougalis
2020-05-18 08:30:54 -07:00
committed by manojsdoshi
parent 97712107b7
commit 9f91870b1c
2 changed files with 3 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ public:
: sink_(partition, threshold, suite), journal_(sink_)
{
}
operator beast::Journal &()
operator beast::Journal&()
{
return journal_;
}