diff options
author | Diva Canto | 2013-07-16 19:04:30 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-16 19:04:30 -0700 |
commit | 9432f3c94d0b0345132e5ff9eaf966b96cf218c2 (patch) | |
tree | 659944db7a09bd871a70ded726693f2a3e321c59 /bin | |
parent | UserManagementModule: in the continuation, call the method that also looks up... (diff) | |
download | opensim-SC-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.zip opensim-SC-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.tar.gz opensim-SC-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.tar.bz2 opensim-SC-9432f3c94d0b0345132e5ff9eaf966b96cf218c2.tar.xz |
Improvements to the ServiceThrottleModule: added a category and an itemid to the interface, so that duplicate requests aren't enqueued more than once.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 4a3104e..8079632 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1727,5 +1727,9 @@ MaxStringSpace = 0 | |||
1727 | ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} | 1727 | ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} |
1728 | MaxDistance = 100.0 | 1728 | MaxDistance = 100.0 |
1729 | 1729 | ||
1730 | [ServiceThrottle] | ||
1731 | ;; Default time interval (in ms) for the throttle service thread to wake up | ||
1732 | Interval = 5000 | ||
1733 | |||
1730 | [Modules] | 1734 | [Modules] |
1731 | Include-modules = "addon-modules/*/config/*.ini" | 1735 | Include-modules = "addon-modules/*/config/*.ini" |