]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove usage of PeriodicalUpdater, it does not scale at all
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Apr 2008 10:02:47 +0000 (10:02 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Apr 2008 10:02:47 +0000 (10:02 +0000)
ajaxui/ajaxui_config_dvb.c

index b6f3c64840a0f3b11135ade3c30268258e727020..33f41b32106b122f4ad53e498ed5b9e21375644c 100644 (file)
@@ -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\">");