Copy link to clipboard
Copied
Hi,
While profiling my plugin, I noticed that each call to IdleCallback() is separated by 10 seconds, exactly, even when InDesign is not busy at all. Is there a way to change the frequency with which IdleCallback() is being called ?
Very best regards,
Olivier
Copy link to clipboard
Copied
Isn't that controlled by the return value of the RunTask method in the IIdleTask interface
-Manan
Copy link to clipboard
Copied
Hi Manan,
Thank you very much, found the line in IppIdleTask.cpp.
const static int kIppExecInterval = 5 * 1000;
Very best regards,
Olivier