mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
improve beacon
This commit is contained in:
parent
3a53551c27
commit
43c0b02220
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ function addView(videos_id, currentTime) {
|
|||
addViewBeaconTimeout = setTimeout(function () {
|
||||
addViewBeacon();
|
||||
} // update the time watched
|
||||
, 100);
|
||||
, 500);
|
||||
|
||||
} else {
|
||||
videoViewAdded = videos_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue