mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Revamp the HTTP textures handler to allow a maximum of four fetches
at any time and to drop requests for avatars n longer in the scene
This commit is contained in:
@@ -52,7 +52,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
Normal = 0,
|
||||
LslHttp = 1,
|
||||
Inventory = 2
|
||||
Inventory = 2,
|
||||
Texture = 3
|
||||
}
|
||||
|
||||
public PollServiceEventArgs(
|
||||
|
||||
Reference in New Issue
Block a user