diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2008-04-10 17:43:25 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2008-04-10 17:43:25 +0000 |
commit | acc8ae40cdb2f57969ab57e1e8e6ec505a50d02b (patch) | |
tree | a996eb45ed4250bbf3575c8b0c19e568eb2e5c50 /etc | |
parent | 3f08a67dc62ab88ced6baae18dae6b8818de6ced (diff) |
svn merge -r84490:84497 svn+ssh://svn/svn/linden/branches/DEV-11812-3
QAR-433 make max queued size on event queue configurable
Diffstat (limited to 'etc')
-rw-r--r-- | etc/message.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/message.xml b/etc/message.xml index e4efeed05f..38415159a1 100644 --- a/etc/message.xml +++ b/etc/message.xml @@ -562,5 +562,8 @@ <map> </map> </map> + + <key>maxQueuedEvents</key> + <integer>100</integer> </map> </llsd> |