diff options
author | UbitUmarov | 2017-06-13 08:56:21 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-13 08:56:21 +0100 |
commit | e650a4ff16df1dd7de9cfbe69727926f1b608f1a (patch) | |
tree | 59ba15cdf05ff4ced73c7bc4df16f7bb4869b458 /bin | |
parent | update Robust32.exe build files (diff) | |
download | opensim-SC_OLD-e650a4ff16df1dd7de9cfbe69727926f1b608f1a.zip opensim-SC_OLD-e650a4ff16df1dd7de9cfbe69727926f1b608f1a.tar.gz opensim-SC_OLD-e650a4ff16df1dd7de9cfbe69727926f1b608f1a.tar.bz2 opensim-SC_OLD-e650a4ff16df1dd7de9cfbe69727926f1b608f1a.tar.xz |
remove excessive notion of paralelism
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 21ff8d6..83bf9d7 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -649,14 +649,6 @@ | |||
649 | 649 | ||
650 | 650 | ||
651 | [ClientStack.LindenUDP] | 651 | [ClientStack.LindenUDP] |
652 | ; Set this to true to process incoming packets asynchronously. Networking is | ||
653 | ; already separated from packet handling with a queue, so this will only | ||
654 | ; affect whether networking internals such as packet decoding and | ||
655 | ; acknowledgement accounting are done synchronously or asynchronously | ||
656 | ; Default is true. | ||
657 | ; | ||
658 | ;async_packet_handling = true | ||
659 | |||
660 | ; The client socket receive buffer size determines how many | 652 | ; The client socket receive buffer size determines how many |
661 | ; incoming requests we can process; the default on .NET is 8192 | 653 | ; incoming requests we can process; the default on .NET is 8192 |
662 | ; which is about 2 4k-sized UDP datagrams. On mono this is | 654 | ; which is about 2 4k-sized UDP datagrams. On mono this is |