diff --git a/src/zm_monitor.h b/src/zm_monitor.h index b49c5b933c..f0aa046bae 100644 --- a/src/zm_monitor.h +++ b/src/zm_monitor.h @@ -750,7 +750,7 @@ class Monitor : public std::enable_shared_from_this { static_cast(std::chrono::duration_cast(now.time_since_epoch()).count()) - shared_data->last_viewed_time - ) > 1 ? false : true); + ) > 10 ? false : true); } return false; }