From: Andreas Ă–man Date: Wed, 9 Apr 2008 10:02:47 +0000 (+0000) Subject: Remove usage of PeriodicalUpdater, it does not scale at all X-Git-Tag: 2.12~1141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2895195610bce635cdac08159aa3c54d68cd0c8d;p=thirdparty%2Ftvheadend.git Remove usage of PeriodicalUpdater, it does not scale at all --- diff --git a/ajaxui/ajaxui_config_dvb.c b/ajaxui/ajaxui_config_dvb.c index b6f3c6484..33f41b321 100644 --- a/ajaxui/ajaxui_config_dvb.c +++ b/ajaxui/ajaxui_config_dvb.c @@ -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, "
");