Re: good values for MDQueryBatchingParams
Re: good values for MDQueryBatchingParams
- Subject: Re: good values for MDQueryBatchingParams
- From: Matt Neuburg <email@hidden>
- Date: Sun, 12 Mar 2006 08:19:28 -0800
- Thread-topic: good values for MDQueryBatchingParams
On Sat, 11 Mar 2006 17:45:36 -0500, Aleaxander Cohen
<email@hidden> said:
>Anyone have any 'UI nice' values for the MDQueryBatchingParams of a
>MDQueryRef? Seems like whatever i put in, the UI is still going to be
>held up for a while after the first progress notification.
My app uses:
batch.first_max_num=50;
batch.first_max_ms=500;
batch.progress_max_num=50;
batch.progress_max_ms=500;
batch.update_max_num = batch.update_max_ms = 1000; // dummy values
m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden