0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Redmine > Install > トラブルシュート > チケット作成・編集が遅い

Posted at

新規構築直後のチケット作成・編集が遅い

新規構築後のチケット作成に1分くらいかかる現象が発生

調べたら以下のページでSMTPが原因ではないかとの事
Redmine のチケット作成が遅かった件: とりあえず

redmine/htdocs/config/configuration.ymlを見ると確かに、gmailのSMTPになっていました。

  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: smtp.gmail.com
      port: 587
      domain: example.net
      authentication: :login
      user_name: 
      password: 

ということで、正しいSMTPサーバーを設定したらチケット作成は速くなりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?