change timer

master
Christopher 2020-07-01 22:08:04 +02:00
parent 5493627981
commit dbb9599c22
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace OpenSim.Modules.EMail
m_scene = scene;
m_timer_send = new Timer();
m_timer_send.Interval = 1000 * 3;
m_timer_send.Interval = 1000 * 15;
m_timer_send.Elapsed += sendAllMails;
m_timer_send.Enabled = true;
m_timer_send.Start();