![]() |
Some INI Questions - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Some INI Questions (/Thread-Some-INI-Questions) |
Some INI Questions - Ultima One - 02-19-2013 07:49 PM SectorSleep - What do the values 1-32 actually represent? I've got no idea what I want to set this to on my server. UsePacketPriority - I assume this will prioritize player locations and so on over other packets? I also assume it is not needed on a higher spec server/connection? UseExtraBuffer - no info on what this actually achieves or does. I guess I don't need it on a higher spec server? Thanks! ![]() RE: Some INI Questions - darksun84 - 02-19-2013 11:02 PM From the wiki : Sector Sleep is a function added somewhere around TUS 0.45, which causes, well, sectors to sleep. In sphere.ini, you can specify an integer value for SECTORSLEEP. We'll call that value X for now. Every X minutes, Sphere checks to see if any players are in a particular sector. I believe this takes place in one of the background threads, but I'm not certain. If no players occupy a sector, Sphere will suspend all handling of timers in that sector. When a timer reaches 0, it will simply stop there, without executing @Timer scripts or doing any default timer actions. As soon as a player enters the sector, it will awaken and everything in that sector will come to life again. Only information about Extrabuffer is this : UseExtraBuffer setting to sphere.ini to enable an additional data buffer for outgoing network data. |