summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcallbacklist.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2024-08-12 19:43:03 +0300
committerGitHub <noreply@github.com>2024-08-12 19:43:03 +0300
commitbc7254c0029d730e891eb05a257c8af034db10ec (patch)
tree227d8340cc558795f373f363aba6c6a2aa9942b0 /indra/llcommon/llcallbacklist.cpp
parent926a32aa0a9518fe7f19d0c63b30b12a66469f2d (diff)
parentff601107f093e33f70e08a9453ed329e064ce45c (diff)
Merge branch 'release/luau-scripting' into lua-groupchat
Diffstat (limited to 'indra/llcommon/llcallbacklist.cpp')
-rw-r--r--indra/llcommon/llcallbacklist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcallbacklist.cpp b/indra/llcommon/llcallbacklist.cpp
index 555c793333..647b268b8b 100644
--- a/indra/llcommon/llcallbacklist.cpp
+++ b/indra/llcommon/llcallbacklist.cpp
@@ -391,7 +391,7 @@ public:
TimersListener(const LazyEventAPIParams& params): LLEventAPI(params) {}
// Forbid a script from requesting callbacks too quickly.
- static constexpr LLSD::Real MINTIMER{ 1.0 };
+ static constexpr LLSD::Real MINTIMER{ 0.010 };
void scheduleAfter(const LLSD& params);
void scheduleEvery(const LLSD& params);