Shorten LLEmail delay to 15s. With the external spam protection, we can
afford to do thatavinationmerge
parent
22371ac527
commit
d52fb4d2e9
|
@ -3314,7 +3314,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
}
|
}
|
||||||
|
|
||||||
emailModule.SendEmail(m_host.UUID, address, subject, message);
|
emailModule.SendEmail(m_host.UUID, address, subject, message);
|
||||||
ScriptSleep(20000);
|
ScriptSleep(15000);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void llGetNextEmail(string address, string subject)
|
public void llGetNextEmail(string address, string subject)
|
||||||
|
|
Loading…
Reference in New Issue