From 3f9794cfc3c186517b1aff6b2a478c36fc38d2a9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 7 Aug 2008 22:06:39 +0000 Subject: Thread the long calls. --- bugzilla.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bugzilla.rb b/bugzilla.rb index d41b0bd..8fb6335 100644 --- a/bugzilla.rb +++ b/bugzilla.rb @@ -1024,6 +1024,7 @@ plugin.map 'bug :zilla :number', }, :defaults => { :zilla => nil }, :action => 'bug', + :thread => 'yes', :auth_path => 'view' plugin.map 'bugstats :zilla', @@ -1034,6 +1035,7 @@ plugin.map 'bugstats :zilla', :zilla => nil, }, :action => 'bugstats', + :thread => 'yes', :auth_path => 'view' plugin.map 'archstats :zilla :status :reso', @@ -1048,6 +1050,7 @@ plugin.map 'archstats :zilla :status :reso', :reso => nil, }, :action => 'archstats', + :thread => 'yes', :auth_path => 'view' plugin.map 'zilla instance add :zilla :baseurl', @@ -1117,6 +1120,7 @@ plugin.map 'zilla default show :channel', plugin.map 'zilla default dump', :action => 'channel_defaults_dump', + :thread => 'yes', :auth_path => 'view' plugin.map 'zilla announcement add :zilla :channel', -- cgit v1.2.3-65-gdbad