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

afford to do that
avinationmerge
Melanie Thielker 2010-07-17 16:35:14 +02:00
parent 22371ac527
commit d52fb4d2e9
1 changed files with 1 additions and 1 deletions

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)