Skip to content
Snippets Groups Projects
Verified Commit 1267a675 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Zmena odpovedi na KEEALIVE

parent 94300ee8
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ sub main {
keepalive => { '>' => \$min_alive_time },
}
);
$c->send(to_json({ online_users => $alive }));
$c->send(to_json({ event => 'online_users_updated', palyload => $alive }));
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment