Skip to content
Snippets Groups Projects
Commit abc8beae authored by callum's avatar callum
Browse files

SOCIAL-742 FIX Throttle time for SLAPPs is too long

parent 01599c38
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment