mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 13:56:26 +08:00
Shorten LLEmail delay to 15s. With the external spam protection, we can
afford to do that
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user