Bounce the pacjet items limit back up to 6
parent
5bcc02c97b
commit
cfcb5faa4e
|
@ -1264,7 +1264,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
//
|
//
|
||||||
// for one example of this kind of thing. In fact, the Linden servers appear to only send about
|
// for one example of this kind of thing. In fact, the Linden servers appear to only send about
|
||||||
// 6 to 7 items at a time, so let's stick with 6
|
// 6 to 7 items at a time, so let's stick with 6
|
||||||
int MAX_ITEMS_PER_PACKET = 5;
|
int MAX_ITEMS_PER_PACKET = 6;
|
||||||
|
|
||||||
int totalItems = fetchItems ? items.Count : 0;
|
int totalItems = fetchItems ? items.Count : 0;
|
||||||
int totalFolders = fetchFolders ? folders.Count : 0;
|
int totalFolders = fetchFolders ? folders.Count : 0;
|
||||||
|
|
Loading…
Reference in New Issue