Issue Details (XML | Word | Printable)

Key: APPR-77
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: William (Kandoko)
Reporter: William (Kandoko)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Auc-Util-Appraiser

Update appraiser's BeanCounter Hook to use the new improved itemID Search path.

Created: 02/Jan/08 10:27 PM   Updated: 20/Feb/08 08:53 PM
Component/s: Interact
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
Update appraiser's BeanCounter Hook to use the new improved itemID Search path. Also limit BeanCounter results displayed to most recent 50. This should reduce lag spikes when selecting items in appraiser that have large ammounts of results in beanCounter usually >500


 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
William (Kandoko) added a comment - 02/Jan/08 10:38 PM
r2721

Changed to use BeanCounters itemID search path rather than a plain text search. Also reduced the number of results BeanCounter will attempt to show to 50. This should remove any lag induced by having BeanCounter display appraiser selections. No help to lag in general thou ;)

BeanCounter.externalSearch(item[2]) is now

BeanCounter.externalSearch(item[1], nil, nil, 50)

Nikk (Nechckn) added a comment - 20/Feb/08 08:53 PM
Verified in dev/Trunk - ItemID implemented across BCNT, Auc Classic, and Auc Adv.