]> sipb.mit.edu Git - ikiwiki.git/commitdiff
todo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 16 Oct 2006 19:06:29 +0000 (19:06 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 16 Oct 2006 19:06:29 +0000 (19:06 +0000)
IkiWiki/Plugin/inline.pm

index c02aac1ce9baf54b2d057a9c21b3b932c28c7ae9..075f70399bb46ed6fa8decd708399e606b60a515 100644 (file)
@@ -310,6 +310,8 @@ sub pingurl (@) { #{{{
                return;
        }
 
+       # TODO: daemonize here so slow pings don't slow down wiki updates
+
        foreach my $page (keys %toping) {
                my $title=pagetitle(basename($page));
                my $url="$config{url}/".htmlpage($page);