Hi,
I'm running redmine 1.3.2 in a virtual Windows Server 2008 R2. Updating or creating an issue takes a long time. Here is a snippet from our logs:
Processing IssuesController#create (for xxx.xxx.xxx.xxxx at 2012-04-25 19:39:13) [POST]
Parameters: {"commit"=>"Create", "project_id"=>"test", "action"=>"create", "authenticity_token"=>"", "issue"=>{"start_date"=>"2012-04-25", "custom_field_values"=>{"1"=>"?"}, "estimated_hours"=>"", "parent_issue_id"=>"", "priority_id"=>"4", "is_private"=>"0", "fixed_version_id"=>"", "done_ratio"=>"0", "assigned_to_id"=>"", "subject"=>"Test 2", "tracker_id"=>"1", "due_date"=>"", "status_id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}}
Sending email notification to: xxx@xxx.com
Redirected to http://mysite.com/project/issues/35
Completed in 10483ms (DB: 0) | 302 Found [http://mysite.com/project/projects/test/issues]
I've looked in the database.yml file and see that reconnect is set to true:
production:
adapter: mysql
database: bitnami_redmine
host: localhost
username: ''
password: ''
port: 3306
reconnect: true
encoding: utf8
So that can't be it.
Anybody ideas?
Thanks!
Y