diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-16 19:06:29 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-16 19:06:29 +0000 |
commit | ea217fdf8fec84fcc541117238c8366f49ff3d7c (patch) | |
tree | 7c057bb4c09e939ef37245165e0543b30cc5a628 /IkiWiki/Plugin | |
parent | 7c18261b8051e684b6650ad5d780cf5a07f7f0e7 (diff) |
todo
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/inline.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index c02aac1ce..075f70399 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -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); |