Shorten LLEmail delay to 15s. With the external spam protection, we can

afford to do that
This commit is contained in:
Melanie Thielker
2010-07-17 16:35:14 +02:00
parent 22371ac527
commit d52fb4d2e9

View File

@@ -3314,7 +3314,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
emailModule.SendEmail(m_host.UUID, address, subject, message);
ScriptSleep(20000);
ScriptSleep(15000);
}
public void llGetNextEmail(string address, string subject)