Remove usage of PeriodicalUpdater, it does not scale at all
This commit is contained in:
parent
b8726e1076
commit
2895195610
1 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,8 @@ ajax_adaptereditor(http_connection_t *hc, const char *remain, void *opaque)
|
|||
|
||||
|
||||
ajax_js(&tq,
|
||||
"new Ajax.PeriodicalUpdater('dvbmuxlist%s', "
|
||||
"'/ajax/dvbadaptermuxlist/%s', {method: 'get', frequency: 5}) ",
|
||||
"new Ajax.Updater('dvbmuxlist%s', "
|
||||
"'/ajax/dvbadaptermuxlist/%s', {method: 'get'}) ",
|
||||
tda->tda_identifier, tda->tda_identifier);
|
||||
|
||||
tcp_qprintf(&tq, "<hr><div id=\"addmux\">");
|
||||
|
|
Loading…
Add table
Reference in a new issue