Skip to content

Commit

Permalink
Disable node.interval setting use (div/zero).
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Apr 30, 2024
1 parent ca92b7d commit 666d096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions console/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2023,9 +2023,9 @@ void executor::subscribe_connect()
{
node_->subscribe_connect([&](const code&, const channel::ptr&)
{
if (to_bool(one /*metadata_.configured.node.interval*/) &&
is_zero(node_->channel_count() %
metadata_.configured.node.interval))
////if (to_bool(metadata_.configured.node.interval) &&
//// is_zero(node_->channel_count() %
//// metadata_.configured.node.interval))
{
log_.write(levels::application) <<
"{in:" << node_->inbound_channel_count() << "}"
Expand Down

0 comments on commit 666d096

Please sign in to comment.