From 0b2a34438c9d904e7be1d85024689d09c60a4b4a Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sat, 2 May 2009 19:09:48 +0000 Subject: * Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces: TerseUpdatesPerPacket=10 FullUpdatesPerPacket=14 TerseUpdateRate=10 FullUpdateRate=14 --- bin/OpenSim.ini.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f11310a..8ae6e00 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1279,3 +1279,9 @@ [LLClient] ; Resend packets markes as reliable until they are received ;ReliableIsImportant = false + + ; Configures how ObjectUpdates are compressed. + ;TerseUpdatesPerPacket=10 + ;FullUpdatesPerPacket=14 + ;TerseUpdateRate=10 + ;FullUpdateRate=14 -- cgit v1.1