26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 8597ec7c4d69398107d4d12de0228dfa57623835 Mon Sep 17 00:00:00 2001
|
|
From: Christopher <christopher@clatza.dev>
|
|
Date: Sun, 27 Jun 2021 16:21:33 +0200
|
|
Subject: [PATCH] change waitingtime for InstantMessage
|
|
|
|
---
|
|
.../Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
|
index 0c0ca40c25..8e80a3f76b 100644
|
|
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
|
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
|
@@ -143,7 +143,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|
protected int m_sleepMsOnMakeSmoke = 100;
|
|
protected int m_sleepMsOnMakeFire = 100;
|
|
protected int m_sleepMsOnRezAtRoot = 100;
|
|
- protected int m_sleepMsOnInstantMessage = 2000;
|
|
+ protected int m_sleepMsOnInstantMessage = 100;
|
|
protected int m_sleepMsOnEmail = 30000;
|
|
protected int m_sleepMsOnCreateLink = 1000;
|
|
protected int m_sleepMsOnGiveInventory = 3000;
|
|
--
|
|
2.30.1.windows.1
|
|
|