From 534ee5f3b4335266ab79940442a54a3460d216ad Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 6 Aug 2009 01:09:04 +0000 Subject: [PATCH] Do Pubsubhubbub submit in the background so we don't block. --- apps/blagh/app.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc index 8536b4b..449c0f9 100644 --- a/apps/blagh/app.rc +++ b/apps/blagh/app.rc @@ -124,7 +124,7 @@ fn mkbpost { if(! ~ $"conf_blog_pubsubdub_hub '') { ifs='' { p=`{echo $req_url|sed 's/new_post$/index.atom/'|url_encode } } dprint hget -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub_hub - hget -d -h -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub_hub >[1=2] + hget -d -h -p 'hub.mode=publish&hub.url='^$"p $conf_blog_pubsubdub_hub >[1=2] & } } status=$_status