diff --git a/src/controller/controller_statistics.cpp b/src/controller/controller_statistics.cpp index 03a6d05f..3772242d 100644 --- a/src/controller/controller_statistics.cpp +++ b/src/controller/controller_statistics.cpp @@ -638,7 +638,7 @@ void Controller::fillActive(JSON::Value & req, JSON::Value & rep, bool onlyNow){ //collect the data first std::set streams; std::map clients; - unsigned int t = Util::epoch() - 2; + unsigned int t = Util::epoch() - 15; //check all sessions if (sessions.size()){ for (std::map::iterator it = sessions.begin(); it != sessions.end(); it++){