Comment 5 for bug 1422309

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

Hey Chris, we have a little more detail on ResultTtl under the "Deployment" section of our API doc:

https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04.1/index/
("ResultTtl determines how long results should be cached...")

Currently these values are set (in unity-scopes-shell) to:

const int RESULTS_TTL_SMALL = 30000; // 30 seconds
const int RESULTS_TTL_MEDIUM = 300000; // 5 minutes
const int RESULTS_TTL_LARGE = 3600000; // 1 hour