Closing a bug is very slow - more than 2 minutes

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
rajaselvam
Posts: 1
Joined: 10 Jun 2010, 06:39

Closing a bug is very slow - more than 2 minutes

Post by rajaselvam »

Hi,
Closing a bug a bug is very slow. It took more time around 2 minutes. I have used Redhat Linux EL 5.0 operating system with Mantis 1.2.1.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Closing a bug is very slow - more than 2 minutes

Post by atrol »

Just closing is slow? All other operations are fast?
Please use Search before posting and read the Manual
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Re: Closing a bug is very slow - more than 2 minutes

Post by thraxisp »

Do you have emails to be generated on close? If so, it may be taking a long time to send these mails. (1.2 has a mechanism to queue the mails and send them in the background).
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Closing a bug is very slow - more than 2 minutes

Post by atrol »

To check whether this is caused by sending of email you can temporary set

Code: Select all

$g_enable_email_notification	= OFF;
in file config_inc.php
Please use Search before posting and read the Manual
worschtsupp
Posts: 17
Joined: 07 Nov 2009, 17:42
Location: Germany

Re: Closing a bug is very slow - more than 2 minutes

Post by worschtsupp »

Thanks atrol for the hint.
$g_enable_email_notification = OFF;
solved it for me, I had the same problem since mantis 1.1.8.
Because (now) I do not need email-notification it is ok for me.
Post Reply