aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authoropensim mirror account2010-10-29 17:40:03 -0700
committeropensim mirror account2010-10-29 17:40:03 -0700
commit7df180c18e4339e9b0f03b6bdaf30c75d47f6f76 (patch)
treecdb789278652f3eb26e3a4640e1a166b88312cb5 /bin/OpenSimDefaults.ini
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentSet async_packet_handling = true by default (diff)
downloadopensim-SC-7df180c18e4339e9b0f03b6bdaf30c75d47f6f76.zip
opensim-SC-7df180c18e4339e9b0f03b6bdaf30c75d47f6f76.tar.gz
opensim-SC-7df180c18e4339e9b0f03b6bdaf30c75d47f6f76.tar.bz2
opensim-SC-7df180c18e4339e9b0f03b6bdaf30c75d47f6f76.tar.xz
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 5ced7d5..de7c44c 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -328,8 +328,9 @@
328 ; already separated from packet handling with a queue, so this will only 328 ; already separated from packet handling with a queue, so this will only
329 ; affect whether networking internals such as packet decoding and 329 ; affect whether networking internals such as packet decoding and
330 ; acknowledgement accounting are done synchronously or asynchronously 330 ; acknowledgement accounting are done synchronously or asynchronously
331 ; Default is true.
331 ; 332 ;
332 ;async_packet_handling = false 333 ;async_packet_handling = true
333 334
334 ; The client socket receive buffer size determines how many 335 ; The client socket receive buffer size determines how many
335 ; incoming requests we can process; the default on .NET is 8192 336 ; incoming requests we can process; the default on .NET is 8192