diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-03-15 12:02:58 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-03-15 12:02:58 -0700 |
commit | 3f64343b0b078e481c1c852ccd7201be6826a110 (patch) | |
tree | 8e82154ded91c169702e374d2e293712542805fd /indra/newview/llcommandhandler.cpp | |
parent | fa277a3b4a5d5dc5af6eb53ecd005e4789534758 (diff) | |
parent | 2c22863888eefbfb0f4245011be989d155583db7 (diff) |
Merge
Diffstat (limited to 'indra/newview/llcommandhandler.cpp')
-rwxr-xr-x | indra/newview/llcommandhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcommandhandler.cpp b/indra/newview/llcommandhandler.cpp index 360ba080ac..1b6ba02aac 100755 --- a/indra/newview/llcommandhandler.cpp +++ b/indra/newview/llcommandhandler.cpp @@ -35,7 +35,7 @@ // system includes #include <boost/tokenizer.hpp> -#define THROTTLE_PERIOD 15 // required secs between throttled commands +#define THROTTLE_PERIOD 5 // required secs between throttled commands static LLCommandDispatcherListener sCommandDispatcherListener; |