Page 1 of 1

Closing a bug is very slow - more than 2 minutes

Posted: 10 Jun 2010, 06:45
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.

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

Posted: 10 Jun 2010, 15:51
by atrol
Just closing is slow? All other operations are fast?

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

Posted: 11 Jun 2010, 01:23
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).

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

Posted: 11 Jun 2010, 06:59
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

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

Posted: 28 Nov 2010, 14:08
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.